Skip to main content

FreeTimeCalculator(ISchedulerStorageBase) Constructor

In This Article

Initializes a new instance of the FreeTimeCalculator class.

Namespace: DevExpress.XtraScheduler.Tools

Assembly: DevExpress.XtraScheduler.v24.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