Skip to main content
A newer version of this page is available. .

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

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