Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public TimeSpan Duration { get; }

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