Skip to main content

SchedulerStorageBase.CalcTotalAppointmentCountForExchange() Method

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

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