Recurrence.HasEnd 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.
Gets a value indicating whether the pattern has a fixed number of occurrences or an end date.
public:
property bool HasEnd { bool get(); };
public bool HasEnd { get; }
Public ReadOnly Property HasEnd As Boolean
Property Value
True if the pattern has a fixed number of occurrences or an end date; otherwise, false.