Skip to main content

_AppointmentItem.GetRecurrencePattern() Method

In This Article

Provides access to an object representing recurrence attributes of an appointment.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

RecurrencePattern GetRecurrencePattern()

#Returns

Type Description
DevExpress.XtraScheduler.Outlook.Interop.RecurrencePattern

A DevExpress.XtraScheduler.Outlook.Interop.RecurrencePattern object representing a recurrence pattern.

See Also