TimeOfDayIntervalCollection.Duration Property
In This Article
Gets the duration of the time interval starting at the earliest work time and finishing at the latest work time in a collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Property Value
Type | Description |
---|---|
Time |
A Time |
#Remarks
The Duration obtains a time difference between the TimeOfDayIntervalCollection.End and TimeOfDayIntervalCollection.Start time.
See Also