RecurrencePattern.PatternEndDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a DateTime indicating the end date for the recurrence pattern. Read/write.
public:
property DateTime PatternEndDate { DateTime get(); void set(DateTime value); };
public DateTime PatternEndDate { get; set; }
Public Property PatternEndDate As DateTime
Property Value
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.