Skip to main content
All docs
V18.2

TimeOfDayInterval.End Property

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

Namespace: DevExpress.UI.Xaml.Scheduler

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

Declaration

public TimeSpan End { get; set; }

Property Value

Type Description
TimeSpan

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

Remarks

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

See Also