Skip to main content

_AppointmentItem.GetRecurrencePattern() Method

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

Namespace: DevExpress.XtraScheduler.Outlook.Interop

Assembly: DevExpress.XtraScheduler.v23.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