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

IntervalLoadRatioCalculator.TotalUsedTime Property

Gets the sum of time intervals assigned to appointments.

Namespace: DevExpress.XtraScheduler.Tools

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public TimeSpan TotalUsedTime { get; }

Property Value

Type Description
TimeSpan

A TimeSpan object that is the total of appointment time intervals.

See Also