Skip to main content

TimeOfDayInterval.Duration Property

Gets the duration of the time of day interval.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

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