SchedulerDataStorage.GetOccurrencesAndExceptions(AppointmentItem, DateTimeRange) Method
Returns all occurrences and exceptions to the specified pattern that are within the given date-time interval.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public IEnumerable<AppointmentItem> GetOccurrencesAndExceptions(
AppointmentItem pattern,
DateTimeRange interval
)
Parameters
Name | Type | Description |
---|---|---|
pattern | AppointmentItem | The pattern whose exceptions should be returned. |
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