# C1.Schedule.RecurrencePattern.Instance

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_RecurrencePattern_Instance_" data-uid="C1.Schedule.RecurrencePattern.Instance*">Instance Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_RecurrencePattern_Instance_" data-uid="C1.Schedule.RecurrencePattern.Instance*"></a>
<h4 id="C1_Schedule_RecurrencePattern_Instance" data-uid="C1.Schedule.RecurrencePattern.Instance">Instance</h4>
<div class="markdown level1 summary"><p>Get or sets the <a class="xref" href="C1.Schedule.WeekOfMonthEnum.html">WeekOfMonthEnum</a> value specifying
the count for which the recurrence pattern is valid for a given interval.
This property is only valid for recurrences of
the <a class="xref" href="C1.Schedule.RecurrenceTypeEnum.html#C1_Schedule_RecurrenceTypeEnum_MonthlyNth">MonthlyNth</a> and
<a class="xref" href="C1.Schedule.RecurrenceTypeEnum.html#C1_Schedule_RecurrenceTypeEnum_YearlyNth">YearlyNth</a> types and allows the definition
of a recurrence pattern that is only valid for the Nth occurrence,
such as &quot;the 2nd Sunday in March&quot; pattern.
The default value is WeekOfMonthEnum.First.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public WeekOfMonthEnum Instance { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Instance As WeekOfMonthEnum</code></pre>
</div>
</div>
