Skip to main content

IntervalLoadRatioCalculator.TotalUsedTime Property

Gets the sum of time intervals assigned to appointments.

Namespace: DevExpress.XtraScheduler.Tools

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public TimeSpan TotalUsedTime { get; }

Property Value

Type Description
TimeSpan

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

See Also