TimeIntervalCollection.Shift(TimeSpan) Method
In This Article
Shifts the start and end time of all the time intervals within the collection by the specified amount.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
offset | Time |
A Time |
#Remarks
Note: This method is implemented in descendants of this class only.
See Also