TimeIntervalCollection.Shift(TimeSpan) Method
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.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
offset | TimeSpan | A TimeSpan value which specifies the time span which all the time intervals should be shifted by. |
Remarks
Note: This method is implemented in descendants of this class only.
See Also