Skip to main content

SchedulerDataStorage.GetOccurrencesAndExceptions(Object, DateTimeRange) Method

Returns all occurrences and exceptions to a pattern that use the recurrence info with the specified identifier.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public IEnumerable<AppointmentItem> GetOccurrencesAndExceptions(
    object recurrenceInfoId,
    DateTimeRange interval
)

Parameters

Name Type Description
recurrenceInfoId Object

The recurrence info identifier.

interval DateTimeRange

The date-time range within which all returned occurrences and exceptions are.

Returns

Type Description
IEnumerable<AppointmentItem>

All occurrences and exceptions to pattern within the specified date-time range.

See Also