# C1.Schedule.RecurrencePattern.Interval

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_RecurrencePattern_Interval_" data-uid="C1.Schedule.RecurrencePattern.Interval*">Interval Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_RecurrencePattern_Interval_" data-uid="C1.Schedule.RecurrencePattern.Interval*"></a>
<h4 id="C1_Schedule_RecurrencePattern_Interval" data-uid="C1.Schedule.RecurrencePattern.Interval">Interval</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value specifying
the interval between occurrences of the recurrence.
The <a class="xref" href="C1.Schedule.RecurrencePattern.Interval.html#C1_Schedule_RecurrencePattern_Interval">Interval</a> property works in conjunction with
the <a class="xref" href="C1.Schedule.RecurrencePattern.RecurrenceType.html#C1_Schedule_RecurrencePattern_RecurrenceType">RecurrenceType</a> property to determine the cycle of the recurrence.
The maximum allowable value is 99 for weekly patterns and 999 for daily patterns.
The default value is 1.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int Interval { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Interval As Integer</code></pre>
</div>
<h5 id="C1_Schedule_RecurrencePattern_Interval_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>For example, if the <a class="xref" href="C1.Schedule.RecurrencePattern.RecurrenceType.html#C1_Schedule_RecurrencePattern_RecurrenceType">RecurrenceType</a> is set
to <a class="xref" href="C1.Schedule.RecurrenceTypeEnum.html#C1_Schedule_RecurrenceTypeEnum_Daily">Daily</a>, and the <a class="xref" href="C1.Schedule.RecurrencePattern.Interval.html#C1_Schedule_RecurrencePattern_Interval">Interval</a> is set to 3,
the recurrence will occur every third day.</p>
</div>
</div>
