Back to Devexpress

IntervalLoadRatioCalculator Class

corelibraries-devexpress-dot-xtrascheduler-dot-tools-541e90f9.md

latest1.4 KB
Original Source

IntervalLoadRatioCalculator Class

Helper class used to calculate a ratio of the time occupied by appointments to the entire interval.

Namespace : DevExpress.XtraScheduler.Tools

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class IntervalLoadRatioCalculator
vb
Public Class IntervalLoadRatioCalculator

Remarks

Instantiate a IntervalLoadRatioCalculator object with appointment collection and time interval, and subsequently, use the IntervalLoadRatioCalculator.Calculate method to obtain the required value.

Inheritance

Object IntervalLoadRatioCalculator

See Also

IntervalLoadRatioCalculator Members

DevExpress.XtraScheduler.Tools Namespace