SchedulerControl.GetOccurrencesAndExceptions(AppointmentItem, DateTimeRange) Method
Returns all occurrences and exceptions to the specified pattern that are within the given date-time interval.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
public IEnumerable<AppointmentItem> GetOccurrencesAndExceptions(
AppointmentItem pattern,
DateTimeRange interval
)
Parameters
Name | Type | Description |
---|---|---|
pattern | AppointmentItem | The pattern whose occurrences and exceptions are requested. |
interval | DateTimeRange | The date-time range containing all returned occurrences and exceptions. |
Returns
Type | Description |
---|---|
IEnumerable<AppointmentItem> | A collection of occurrences and exceptions to the specified pattern. |
See Also