Returns the RecurrencePattern object that represents the recurrence attributes of an appointment. If there is no existing recurrence pattern, a new empty RecurrencePattern object is returned.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public RecurrencePattern GetRecurrencePattern()
Visual Basic
Public Function GetRecurrencePattern As RecurrencePattern

Return Value

The RecurrencePattern object.

See Also