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

SchedulerControl.GetOccurrencesAndExceptions(AppointmentItem, DateTimeRange) Method

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

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

Parameters

Name Type
pattern AppointmentItem
interval DateTimeRange

Returns

Type
IEnumerable<AppointmentItem>
See Also