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

SchedulerStorageBase.CalcTotalAppointmentCountForExchange() Method

Gets the number of appointments in the storage which can be exported.

Namespace: DevExpress.XtraScheduler

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

Declaration

public virtual int CalcTotalAppointmentCountForExchange()

Returns

Type Description
Int32

An integer that is the number of appointments.

Remarks

the CalcTotalAppointmentCountForExchange calculates all normal appointments, patterns and exceptions.

See Also