Initializes a new instance of the Recurrence class. Namespace: MindFusion.Scheduling
|
C# |
---|
public Recurrence () |
Visual Basic |
---|
Public Sub New () |
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# |
---|
// Create a recurrence that happens at the third weekend |
Visual Basic |
---|
' Create a recurrence that happens at the third weekend |