SchedulerDataStorage.GetOccurrencesAndExceptions(AppointmentItem, DateTimeRange) Method
In This Article
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
C#
public IEnumerable<AppointmentItem> GetOccurrencesAndExceptions(
AppointmentItem pattern,
DateTimeRange interval
)
#Parameters
Name | Type | Description |
---|---|---|
pattern | Appointment |
The pattern whose exceptions should be returned. |
interval | Date |
The date-time range within which all returned occurrences and exceptions are. |
#Returns
Type | Description |
---|---|
IEnumerable<Appointment |
All occurrences and exceptions to pattern within the specified date-time range. |
See Also