Skip to main content
All docs
V18.2

TimeOfDayInterval.Duration Property

Gets the duration of the time of day interval.

Namespace: DevExpress.UI.Xaml.Scheduler

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

Declaration

public TimeSpan Duration { get; set; }

Property Value

Type Description
TimeSpan

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

Remarks

The Duration value is always calculated as a difference between End and Start values.

See Also