TimeIntervalCollection.Interval Property
In This Article
Returns a TimeInterval object specifying a time span of the time interval collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Time |
A new DevExpress. |
#Remarks
The Interval method creates a new TimeInterval object as a time interval between the TimeIntervalCollection.Start and TimeIntervalCollection.End property values.
See Also