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

TimeSpanCollection Class

An ObservableCollection of time intervals.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public class TimeSpanCollection :
    ObservableCollection<TimeSpan>

The following members return TimeSpanCollection objects:

Remarks

An instance of this class is returned by the DayViewBase.TimeScales property.

Inheritance

See Also