TimeIntervalCollection.End Property
In This Article
Gets the end date time of the time interval which finishes last in the TimeIntervalCollection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Date |
A Date |
#Remarks
If the collection is empty, then the end of the TimeIntervalCollection is set to MinValue.
See Also