Skip to main content

TimeSpanCollection Class

An ObservableCollection of time intervals.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

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