TimeIntervalCollection.Duration Property
Returns the difference between the earliest and the latest time of the intervals in a time interval collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Property Value
Type | Description |
---|---|
TimeSpan | A TimeSpan value. |
Remarks
This method returns a TimeSpan object whose value is the difference between the TimeIntervalCollection.End and the TimeIntervalCollection.Start property values.
See Also