# C1.Schedule.RecurrencePattern.NoEndDate

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_RecurrencePattern_NoEndDate_" data-uid="C1.Schedule.RecurrencePattern.NoEndDate*">NoEndDate Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_RecurrencePattern_NoEndDate_" data-uid="C1.Schedule.RecurrencePattern.NoEndDate*"></a>
<h4 id="C1_Schedule_RecurrencePattern_NoEndDate" data-uid="C1.Schedule.RecurrencePattern.NoEndDate">NoEndDate</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value indicating if
the recurrence pattern is endless.
The default value is True.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool NoEndDate { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property NoEndDate As Boolean</code></pre>
</div>
<h5 id="C1_Schedule_RecurrencePattern_NoEndDate_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property must be coordinated with other properties when
setting up a recurrence pattern. If the <a class="xref" href="C1.Schedule.RecurrencePattern.PatternEndDate.html#C1_Schedule_RecurrencePattern_PatternEndDate">PatternEndDate</a> property
or the <a class="xref" href="C1.Schedule.RecurrencePattern.Occurrences.html#C1_Schedule_RecurrencePattern_Occurrences">Occurrences</a> property is set, the pattern is considered
to be finite and the <a class="xref" href="C1.Schedule.RecurrencePattern.NoEndDate.html#C1_Schedule_RecurrencePattern_NoEndDate">NoEndDate</a> property is false.
If neither <a class="xref" href="C1.Schedule.RecurrencePattern.PatternEndDate.html#C1_Schedule_RecurrencePattern_PatternEndDate">PatternEndDate</a> nor <a class="xref" href="C1.Schedule.RecurrencePattern.Occurrences.html#C1_Schedule_RecurrencePattern_Occurrences">Occurrences</a> is set,
the pattern is considered infinite and <a class="xref" href="C1.Schedule.RecurrencePattern.NoEndDate.html#C1_Schedule_RecurrencePattern_NoEndDate">NoEndDate</a> is true.</p>
</div>
</div>
