Skip to main content
A newer version of this page is available. .

SchedulerDataStorage.GetExceptions(AppointmentItem) Method

Returns all exceptions to the specified pattern.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public IEnumerable<AppointmentItem> GetExceptions(
    AppointmentItem pattern
)

Parameters

Name Type Description
pattern AppointmentItem

The pattern whose exceptions should be returned.

Returns

Type Description
IEnumerable<AppointmentItem>

The collection of exceptions to the pattern.

See Also