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

SchedulerStorageBase.GetNonFilteredAppointments(TimeInterval, Object) Method

Retrieves the collection of appointments that fall within the specified time interval bypassing filter settings. For internal use.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public virtual AppointmentBaseCollection GetNonFilteredAppointments(
    TimeInterval interval,
    object callerObject
)

Parameters

Name Type Description
interval TimeInterval

A TimeInterval object which is the required time interval.

callerObject Object

An object that holds the appointment cache.

Returns

Type Description
AppointmentBaseCollection

An AppointmentBaseCollection collection of appointments which belong to the specified time interval.

See Also