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.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
AppointmentBaseCollection GetAppointmentsCore(
TimeInterval interval,
object callerObject
)
Parameters
| Name | Type |
|---|---|
| interval | TimeInterval |
| callerObject | Object |
Returns
| Type |
|---|
| AppointmentBaseCollection |
See Also