Skip to main content

TimeIntervalCollection.Start Property

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

public DateTime Start { get; }

#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