RecurrencePattern

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)
ParameterDescription
endDateThe end date.

RecurrencePattern (3 of 5)

Initializes a new instance of the RecurrencePattern class.

Returns: Aspose::Email::Calendar::Recurrences::

RecurrencePattern(int32_t occurs)
ParameterDescription
occursThe 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)
ParameterDescription
endDateThe ending date for each recurrence.
intervalThe 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)
ParameterDescription
occursThe number of occurrences of the recurrence pattern.
intervalThe number of recurrence units.