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

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public class RecurrencePattern : INotifyPropertyChanged
Visual Basic
Public Class RecurrencePattern _
	Implements INotifyPropertyChanged

Inheritance Hierarchy

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

See Also