Skip to main content
A newer version of this page is available. .

FreeTimeCalculator(ISchedulerStorageBase) Constructor

Initializes a new instance of the FreeTimeCalculator class.

Namespace: DevExpress.XtraScheduler.Tools

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

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