RecurrencePattern.NoEndDate 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 a Boolean (bool in C#) value that indicates True if the recurrence pattern has no end date. Read/write.
public:
property bool NoEndDate { bool get(); void set(bool value); };
public bool NoEndDate { get; set; }
Public Property NoEndDate As Boolean
Property Value
Remarks
This property must be coordinated with other properties when setting up a recurrence pattern. If the PatternEndDate 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.