Recurrence.HasEnd Property

Definition

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.

Applies to