RecurrencePattern
Contents
[
Hide
]RecurrencePattern (1 of 5)
Initializes a new instance of the RecurrencePattern class.
Returns: Aspose::Email::Calendar::Recurrences::
RecurrencePattern()
RecurrencePattern (2 of 5)
Initializes a new instance of the RecurrencePattern class.
Returns: Aspose::Email::Calendar::Recurrences::
RecurrencePattern(System::DateTime endDate)
| Parameter | Description |
|---|---|
| endDate | The end date. |
RecurrencePattern (3 of 5)
Initializes a new instance of the RecurrencePattern class.
Returns: Aspose::Email::Calendar::Recurrences::
RecurrencePattern(int32_t occurs)
| Parameter | Description |
|---|---|
| occurs | The number of occurrences of the recurrence pattern. |
RecurrencePattern (4 of 5)
Initializes a new instance of the RecurrencePattern class.
Returns: Aspose::Email::Calendar::Recurrences::
RecurrencePattern(System::DateTime endDate, int32_t interval)
| Parameter | Description |
|---|---|
| endDate | The ending date for each recurrence. |
| interval | The number of recurrence units. |
RecurrencePattern (5 of 5)
Initializes a new instance of the RecurrencePattern class.
Returns: Aspose::Email::Calendar::Recurrences::
RecurrencePattern(int32_t occurs, int32_t interval)
| Parameter | Description |
|---|---|
| occurs | The number of occurrences of the recurrence pattern. |
| interval | The number of recurrence units. |