Skip to main content
All docs
V18.2

TimeOfDayInterval.Start Property

Gets or sets the start time of the time of day interval.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v18.2.dll

Declaration

public TimeSpan Start { get; set; }

Property Value

Type Description
TimeSpan

A System.TimeSpan value representing the start of the time of day interval.

Remarks

The Start property’s value should be less than or equal to the End property’s value, otherwise an exception is raised.

See Also