Back to Devexpress

SchedulerStorageBase.CalcTotalAppointmentCountForExchange() Method

corelibraries-devexpress-dot-xtrascheduler-dot-schedulerstoragebase-f299f6e3.md

latest1.4 KB
Original Source

SchedulerStorageBase.CalcTotalAppointmentCountForExchange() Method

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public virtual int CalcTotalAppointmentCountForExchange()
vb
Public Overridable Function CalcTotalAppointmentCountForExchange As Integer

Returns

TypeDescription
Int32

An integer that is the number of appointments.

|

Remarks

the CalcTotalAppointmentCountForExchange calculates all normal appointments, patterns and exceptions.

See Also

SchedulerStorageBase Class

SchedulerStorageBase Members

DevExpress.XtraScheduler Namespace