Skip to main content
A newer version of this page is available. .

TimeOfDayInterval.Duration Property

Gets the duration of the time of day interval.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

[Browsable(false)]
public TimeSpan Duration { get; set; }

Property Value

Type Description
TimeSpan

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

Remarks

The Duration value is always calculated as End - Start.

See Also