TimeOfDayInterval.Duration Property
Gets the duration of the time of day interval.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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