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