IntervalLoadRatioCalculator(TimeInterval, AppointmentBaseCollection) Constructor
In This Article
Initializes a new instance of the IntervalLoadRatioCalculator class with the specified time interval and appointment collection.
Namespace: DevExpress.XtraScheduler.Tools
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public IntervalLoadRatioCalculator(
TimeInterval interval,
AppointmentBaseCollection appointments
)
#Parameters
Name | Type | Description |
---|---|---|
interval | Time |
A Time |
appointments | Appointment |
An Appointment |
See Also