# C1.Schedule.RecurrencePattern.MonthOfYear

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_RecurrencePattern_MonthOfYear_" data-uid="C1.Schedule.RecurrencePattern.MonthOfYear*">MonthOfYear Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_RecurrencePattern_MonthOfYear_" data-uid="C1.Schedule.RecurrencePattern.MonthOfYear*"></a>
<h4 id="C1_Schedule_RecurrencePattern_MonthOfYear" data-uid="C1.Schedule.RecurrencePattern.MonthOfYear">MonthOfYear</h4>
<div class="markdown level1 summary"><p>Gets or sets the value indicating which month of the year is valid
for the specified recurrence pattern. Can be a number from 1 to 12.
This property is only valid for recurrence patterns whose <a class="xref" href="C1.Schedule.RecurrencePattern.RecurrenceType.html#C1_Schedule_RecurrencePattern_RecurrenceType">RecurrenceType</a>
property is set to <a class="xref" href="C1.Schedule.RecurrenceTypeEnum.html#C1_Schedule_RecurrenceTypeEnum_YearlyNth">YearlyNth</a>
or <a class="xref" href="C1.Schedule.RecurrenceTypeEnum.html#C1_Schedule_RecurrenceTypeEnum_Yearly">Yearly</a>.
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 MonthOfYear { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property MonthOfYear As Integer</code></pre>
</div>
</div>
