Gets or sets the type of monthly recurrence.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public MonthlyRecurrence MonthlyRecurrence { get; set; } |
Visual Basic Copy Code |
---|
Public Property MonthlyRecurrence As MonthlyRecurrence |
A member of the MonthlyRecurrence enumeration.
The following example creates a new recurrence object and associates it with an existing appointment. The example assumes that the appointment referenced by app already exists.
C# Copy Code |
---|
// Create a recurrence that happens at the third weekend |
Visual Basic Copy Code |
---|
' Create a recurrence that happens at the third weekend |