Skip to main content
A newer version of this page is available. .

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

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