# C1.WPF.GanttView.DayofWeek

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_GanttView_DayofWeek" data-uid="C1.WPF.GanttView.DayofWeek" class="text-break">DayofWeek Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the days of week.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.GanttView.html">C1.WPF.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.GanttView.4.6.2.dll</h6>
  <h5 id="C1_WPF_GanttView_DayofWeek_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DayofWeek</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DayofWeek</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_WPF_GanttView_DayofWeek_Default">Default</td>
        <td><p>A default day of the week specified by the application.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_DayofWeek_Friday">Friday</td>
        <td><p>The day Friday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_DayofWeek_Monday">Monday</td>
        <td><p>The day Monday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_DayofWeek_Saturday">Saturday</td>
        <td><p>The day Saturday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_DayofWeek_Sunday">Sunday</td>
        <td><p>The day Sunday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_DayofWeek_Thursday">Thursday</td>
        <td><p>The day Thursday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_DayofWeek_Tuesday">Tuesday</td>
        <td><p>The day Tuesday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_DayofWeek_Wednesday">Wednesday</td>
        <td><p>The day Wednesday.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
