Back to Devexpress

ISchedulerStorageBase.GetAppointmentsCore(TimeInterval, Object) Method

corelibraries-devexpress-dot-xtrascheduler-dot-ischedulerstoragebase-dot-getappointmentscore-x28-devexpress-dot-xtrascheduler-dot-timeinterval-system-dot-object-x29.md

latest1.6 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
AppointmentBaseCollection GetAppointmentsCore(
    TimeInterval interval,
    object callerObject
)
vb
Function GetAppointmentsCore(
    interval As TimeInterval,
    callerObject As Object
) As AppointmentBaseCollection

Parameters

NameType
intervalTimeInterval
callerObjectObject

Returns

Type
AppointmentBaseCollection

See Also

ISchedulerStorageBase Interface

ISchedulerStorageBase Members

DevExpress.XtraScheduler Namespace