Back to Devexpress

ISchedulerStorageBase.GetAppointments(TimeInterval) Method

corelibraries-devexpress-dot-xtrascheduler-dot-ischedulerstoragebase-dot-getappointments-x28-devexpress-dot-xtrascheduler-dot-timeinterval-x29.md

latest2.6 KB
Original Source

ISchedulerStorageBase.GetAppointments(TimeInterval) Method

Retrieves the collection of appointments that fall within the specified time interval.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
AppointmentBaseCollection GetAppointments(
    TimeInterval interval
)
vb
Function GetAppointments(
    interval As TimeInterval
) As AppointmentBaseCollection

Parameters

NameTypeDescription
intervalTimeInterval

A TimeInterval object which contains the required time interval.

|

Returns

TypeDescription
AppointmentBaseCollection

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

|

Remarks

The GetAppointments method returns appointments of any type (regular appointments, recurring appointments and exceptions) that belong to the specified time interval. If an appointment’s time interval partially overlaps the specified interval, this appointment is also included in the collection returned.

The GetAppointments method gets appointments contained in the storage and passed through filters. Appointment filters are the AppointmentStorageBase.Filter property and the SchedulerStorageBase.FilterAppointment event.

See Also

ISchedulerStorageBase Interface

ISchedulerStorageBase Members

DevExpress.XtraScheduler Namespace