FreeTimeCalculator(ISchedulerStorageBase) Constructor
Initializes a new instance of the FreeTimeCalculator class.
Namespace: DevExpress.XtraScheduler.Tools
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| storage | ISchedulerStorageBase | A ISchedulerStorageBase object, which holds the appointments for which calculations are performed. |
See Also