SchedulerStorageBase.CalcTotalAppointmentCountForExchange() Method
Gets the number of appointments in the storage which can be exported.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Returns
Type | Description |
---|---|
Int32 | An integer that is the number of appointments. |
Remarks
the CalcTotalAppointmentCountForExchange calculates all normal appointments, patterns and exceptions.
See Also