FixedDurationIntervalCollection Class
In This Article
A base class for collections which contain time intervals of the fixed duration (day or week).
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#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
See Also