Helper class used to calculate a ratio of the time occupied by appointments to the entire interval.
public class IntervalLoadRatioCalculator : object
Public Class IntervalLoadRatioCalculator Inherits Object
Instantiate a IntervalLoadRatioCalculator object with appointment collection and time interval, and subsequently, use the Calculate method to obtain the required value.
System.Object IntervalLoadRatioCalculator