PatternEndDate Property
Applies To
RecurrencePattern object.
Description
Returns or sets the end date for the recurrence pattern. Read/write Date.
Remarks
This property is optional but must be coordinated with other properties when setting up a recurrence pattern. If this property or the Occurrences property is set, the pattern is considered to be finite, and the NoEndDate property is False. If neither PatternEndDate or Occurrences is set, the pattern is considered infinite and NoEndDate is True.
See Also
NoEndDate property, Occurrences property.