IntervalLoadRatioCalculator(TimeInterval, AppointmentBaseCollection) Constructor
Initializes a new instance of the IntervalLoadRatioCalculator class with the specified time interval and appointment collection.
Namespace: DevExpress.XtraScheduler.Tools
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
public IntervalLoadRatioCalculator(
TimeInterval interval,
AppointmentBaseCollection appointments
)
Parameters
Name | Type | Description |
---|---|---|
interval | TimeInterval | A TimeInterval object that is the time interval for which the calculation will be performed. |
appointments | AppointmentBaseCollection | An AppointmentBaseCollection object containing appointments occupying the specified interval. |
See Also