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