Back to Devexpress

FixedDurationIntervalCollection Class

corelibraries-devexpress-dot-xtrascheduler-9c64b22a.md

latest2.2 KB
Original Source

FixedDurationIntervalCollection Class

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

Declaration

csharp
public abstract class FixedDurationIntervalCollection :
    DiscreteIntervalCollection
vb
Public MustInherit Class FixedDurationIntervalCollection
    Inherits 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 DayIntervalCollection

WeekIntervalCollection

See Also

FixedDurationIntervalCollection Members

DevExpress.XtraScheduler Namespace