Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public virtual void Shift(
    TimeSpan offset
)

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