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

SchedulerControl.GetOccurrencesAndExceptions(AppointmentItem, DateTimeRange) Method

Returns all occurrences and exceptions to the specified pattern that are within the given date-time interval.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public IEnumerable<AppointmentItem> GetOccurrencesAndExceptions(
    AppointmentItem pattern,
    DateTimeRange interval
)

Parameters

Name Type Description
pattern AppointmentItem

The pattern whose occurrences and exceptions are requested.

interval DateTimeRange

The date-time range containing all returned occurrences and exceptions.

Returns

Type Description
IEnumerable<AppointmentItem>

A collection of occurrences and exceptions to the specified pattern.

See Also