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

ISchedulerStorageBase.GetAppointmentsCore(TimeInterval, Object) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

AppointmentBaseCollection GetAppointmentsCore(
    TimeInterval interval,
    object callerObject
)

Parameters

Name Type
interval TimeInterval
callerObject Object

Returns

Type
AppointmentBaseCollection
See Also