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

AppointmentStorageBase.GetAppointmentsExpandingPatterns(TimeInterval) Method

Gets all appointments including occurrences and exceptions which are located in the specified time interval.

Namespace: DevExpress.XtraScheduler

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

Declaration

public virtual AppointmentBaseCollection GetAppointmentsExpandingPatterns(
    TimeInterval interval
)

Parameters

Name Type Description
interval TimeInterval

A TimeInterval object specifying the time interval to search.

Returns

Type Description
AppointmentBaseCollection

An AppointmentBaseCollection object containing appointments in the specified interval.

See Also