TimeIntervalCollection Class
A collection of time intervals.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Related API Members
The following members return TimeIntervalCollection objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | FreeTimeCalculator.CalculateFreeTime(TimeInterval, Resource) |
FreeTimeCalculator.CalculateFreeTime(TimeInterval) | |
SchedulerPrintAdapter.GetTimeIntervals() | |
TimeInterval.Subtract(TimeInterval) | |
TimeIntervalCollection.Clone() | |
TimeIntervalsValidationEventArgs.Intervals | |
WinForms Controls | SchedulerViewBase.GetVisibleIntervals() |
SchedulerViewInfoBase.VisibleIntervals | |
WPF Controls | SchedulerViewBase.GetVisibleIntervals() |
ASP.NET Web Forms Controls | SchedulerViewBase.GetVisibleIntervals() |
Remarks
The TimeIntervalCollection represents a collection of TimeInterval objects. The properties and methods declared by this class can be used to perform common collection operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation.
The TimeIntervalCollection class also serves as a base for the collections that contain time intervals of different types.
Inheritance
Object
DXCollectionBase<TimeInterval>
DXCollection<TimeInterval>
See Also