# C1.Win.GanttView.WeekDays

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_GanttView_WeekDays" data-uid="C1.Win.GanttView.WeekDays" class="text-break">WeekDays Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the set of week days.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.html">C1.Win.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_WeekDays_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum WeekDays</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum WeekDays</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_Win_GanttView_WeekDays_Everyday">Everyday</td>
        <td><p>Specifies every day of the week.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_WeekDays_Friday">Friday</td>
        <td><p>Specifies the Friday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_WeekDays_Monday">Monday</td>
        <td><p>Specifies the Monday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_WeekDays_None">None</td>
        <td><p>No days in the set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_WeekDays_Saturday">Saturday</td>
        <td><p>Specifies the Saturday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_WeekDays_Sunday">Sunday</td>
        <td><p>Specifies the Sunday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_WeekDays_Thursday">Thursday</td>
        <td><p>Specifies the Thursday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_WeekDays_Tuesday">Tuesday</td>
        <td><p>Specifies the Tuesday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_WeekDays_Wednesday">Wednesday</td>
        <td><p>Specifies the Wednesday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_WeekDays_Weekends">Weekends</td>
        <td><p>Specifies the Sunday and Saturday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_WeekDays_Workdays">Workdays</td>
        <td><p>Specifies all days excepts weekends.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
