The RecurrencePattern class contains information that describes the recurrence pattern and range of the associated Appointment object.

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

Syntax

C#
[SerializableAttribute]
public class RecurrencePattern : INotifyPropertyChanged, 
	ISerializable
Visual Basic
<SerializableAttribute> _
Public Class RecurrencePattern _
	Implements INotifyPropertyChanged, ISerializable

Inheritance Hierarchy

System..::..Object
  C1.C1Schedule..::..RecurrencePattern

See Also