TimeIntervalCollection Class
In This Article
A collection of time intervals.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.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 | Free |
Free |
|
Scheduler |
|
Time |
|
Time |
|
Time |
|
Win |
Scheduler |
Scheduler |
|
WPF Controls | Scheduler |
ASP. |
Scheduler |
#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
Show 11 items
Object
DXCollectionBase<TimeInterval>
DXCollection<TimeInterval>
See Also