# C1.Schedule.WeekOfMonthEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Schedule_WeekOfMonthEnum" data-uid="C1.Schedule.WeekOfMonthEnum" class="text-break">WeekOfMonthEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Determines the week in a month in which the appointment will occur.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Schedule.html">C1.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.ScheduleCore.dll</h6>
  <h5 id="C1_Schedule_WeekOfMonthEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum WeekOfMonthEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum WeekOfMonthEnum</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Schedule_WeekOfMonthEnum_First">First</td>
        <td><p>The recurring appointment will occur on the specified
day or days of the first week in the month.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_WeekOfMonthEnum_Fourth">Fourth</td>
        <td><p>The recurring appointment will occur on the specified
day or days of the fourth week in the month.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_WeekOfMonthEnum_Last">Last</td>
        <td><p>The recurring appointment will occur on the specified
day or days of the last week in the month.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_WeekOfMonthEnum_Second">Second</td>
        <td><p>The recurring appointment will occur on the specified
day or days of the second week in the month.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_WeekOfMonthEnum_Third">Third</td>
        <td><p>The recurring appointment will occur on the specified
day or days of the third week in the month.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
