TimeIntervalCollection Class
In This Article
A collection of time intervals.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Returned By
Methods that return TimeIntervalCollection instances:
#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.
#Inheritance
See Also