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

TimeOfDayIntervalCollection.Duration Property

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

Declaration

public TimeSpan Duration { get; }

Property Value

Type Description
TimeSpan

A TimeSpan object representing a time interval.

Remarks

The Duration obtains a time difference between the TimeOfDayIntervalCollection.End and TimeOfDayIntervalCollection.Start time.

See Also