corelibraries-devexpress-dot-xtrascheduler-9c64b22a.md
A base class for collections which contain time intervals of the fixed duration (day or week).
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public abstract class FixedDurationIntervalCollection :
DiscreteIntervalCollection
Public MustInherit Class FixedDurationIntervalCollection
Inherits DiscreteIntervalCollection
The FixedDurationIntervalCollection class serves as a base for the DayIntervalCollection and WeekIntervalCollection classes.
Object DXCollectionBase<TimeInterval> DXCollection<TimeInterval> NotificationCollection<TimeInterval> DevExpress.XtraScheduler.SchedulerCollectionBase<TimeInterval> TimeIntervalCollection DevExpress.XtraScheduler.DiscreteIntervalCollection FixedDurationIntervalCollection DayIntervalCollection
See Also