# C1.Schedule.WeekDaysEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Schedule_WeekDaysEnum" data-uid="C1.Schedule.WeekDaysEnum" class="text-break">WeekDaysEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Determines the set of days and groups of days for recurrence patterns.</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_WeekDaysEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum WeekDaysEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum WeekDaysEnum</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_WeekDaysEnum_EveryDay">EveryDay</td>
        <td><p>Specifies every day of the week.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_WeekDaysEnum_Friday">Friday</td>
        <td><p>Specifies Friday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_WeekDaysEnum_Monday">Monday</td>
        <td><p>Specifies Monday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_WeekDaysEnum_None">None</td>
        <td><p>No specific value; the actual value is obtained from
the root <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_WeekDaysEnum_Saturday">Saturday</td>
        <td><p>Specifies Saturday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_WeekDaysEnum_Sunday">Sunday</td>
        <td><p>Specifies Sunday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_WeekDaysEnum_Thursday">Thursday</td>
        <td><p>Specifies Thursday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_WeekDaysEnum_Tuesday">Tuesday</td>
        <td><p>Specifies Tuesday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_WeekDaysEnum_Wednesday">Wednesday</td>
        <td><p>Specifies Wednesday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_WeekDaysEnum_WeekendDays">WeekendDays</td>
        <td><p>Specifies Saturday and Sunday (or what ever days according
to the settings of the C1Schedule).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_WeekDaysEnum_WorkDays">WorkDays</td>
        <td><p>Specifies work days (all days except weekend).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
