PatternEndDate Property

Returns or sets a Date indicating the end date for the recurrence pattern. Read/write.

expression**.PatternEndDate**

*expression   * Required. An expression that returns a RecurrencePattern object.

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 nor Occurrences is set, the pattern is considered infinite and NoEndDate is True. The Interval property must be set before setting PatternEndDate.

Applies to | RecurrencePattern Object

See Also | End Property | EndTime Property | GetOccurrence Method | Interval Property | NoEndDate Property | Occurrences Property | PatternStartDate Property | StartDate Property | StartTime Property