Skip to main content

FixedDurationIntervalCollection Class

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

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