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

FixedDurationIntervalCollection Class

A base class for collections which contain time intervals of the fixed duration (day or week).

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public abstract class FixedDurationIntervalCollection :
    DiscreteIntervalCollection

Remarks

The FixedDurationIntervalCollection class serves as a base for the DayIntervalCollection and WeekIntervalCollection classes.

Inheritance

Object
DXCollectionBase<TimeInterval>
DXCollection<TimeInterval>
NotificationCollection<TimeInterval>
DevExpress.XtraScheduler.SchedulerCollectionBase<TimeInterval>
TimeIntervalCollection
DevExpress.XtraScheduler.DiscreteIntervalCollection
FixedDurationIntervalCollection
See Also