The C1RecurrencePattern class contains information that describes the recurrence pattern and range of the associated C1Appointment object.

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

Syntax

JavaScript
C1.Web.UI.Controls.C1Schedule.C1RecurrencePattern = function();

Type.createClass(
	'C1.Web.UI.Controls.C1Schedule.C1RecurrencePattern');

Inheritance Hierarchy

System..::..Object
  C1.Web.UI.Controls.C1Schedule..::..C1RecurrencePattern

See Also