TimeIntervalCollection.Start Property
In This Article
Gets the earliest start date time from all the time intervals in the TimeIntervalCollection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Property Value
Type | Description |
---|---|
Date |
A Date |
#Remarks
If the collection is empty, then the start of the TimeIntervalCollection is set to MinValue.
See Also