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