A newer version of this page is available.
Switch to the current version.
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.v19.1.Core.dll
Declaration
AppointmentBaseCollection GetAppointmentsCore(
TimeInterval interval,
object callerObject
)
Function GetAppointmentsCore(
interval As TimeInterval,
callerObject As Object
) As AppointmentBaseCollection
Parameters
Name | Type |
---|---|
interval | TimeInterval |
callerObject | Object |
Returns
Type |
---|
AppointmentBaseCollection |
See Also
Feedback