Skip to main content

TimeIntervalCollection Class

A collection of time intervals.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public class TimeIntervalCollection :
    NotificationCollection<TimeInterval>,
    ICloneable

#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.

See Also