Skip to main content

FreeTimeCalculator(ISchedulerStorageBase) Constructor

Initializes a new instance of the FreeTimeCalculator class.

Namespace: DevExpress.XtraScheduler.Tools

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public FreeTimeCalculator(
    ISchedulerStorageBase storage
)

Parameters

Name Type Description
storage ISchedulerStorageBase

A ISchedulerStorageBase object, which holds the appointments for which calculations are performed.

See Also