Back to Devexpress

SchedulerDataStorage.GetOccurrencesAndExceptions(Object, DateTimeRange) Method

maui-devexpress-dot-maui-dot-scheduler-dot-schedulerdatastorage-dot-getoccurrencesandexceptions-x28-system-dot-object-devexpress-dot-maui-dot-scheduler-dot-datetimerange-x29.md

latest1.6 KB
Original Source

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

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

Parameters

NameTypeDescription
recurrenceInfoIdSystem.Object

The recurrence info identifier.

| | interval | DateTimeRange |

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

|

Returns

TypeDescription
IEnumerable<AppointmentItem>

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

|

See Also

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.Maui.Scheduler Namespace