Recurrence constructor
The Recurrence constructor overloads create new Recurrence objects.
Overload list
Name | Description | |
---|---|---|
Recurrence() | The Recurrence constructor creates a new Recurrence object that has default values. | |
Recurrence(String) | The Recurrence constructor creates a new Recurrence object and initializes it with the recurrence information in the parameter value. |
Top