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

AppointmentConflictsCalculator(AppointmentBaseCollection) Constructor

Initializes a new instance of the AppointmentConflictsCalculator class with specified appointment collection.

Namespace: DevExpress.XtraScheduler.Native

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public AppointmentConflictsCalculator(
    AppointmentBaseCollection appointments
)

Parameters

Name Type Description
appointments AppointmentBaseCollection

AN AppointmentBaseCollection that is the collection of appointments.

See Also