# C1.Win.GanttView.DayTimesKind

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_GanttView_DayTimesKind" data-uid="C1.Win.GanttView.DayTimesKind" class="text-break">DayTimesKind Enum
</h1>
  <div class="markdown level0 summary"><p>Working time scheduling options.</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_DayTimesKind_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DayTimesKind</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DayTimesKind</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_DayTimesKind_NonworkingTime">NonworkingTime</td>
        <td><p>Identify the day as a planned day off.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_DayTimesKind_SpecificTimes">SpecificTimes</td>
        <td><p>Use the specific time intervals to identify the working times.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_DayTimesKind_UseDefaultTimes">UseDefaultTimes</td>
        <td><p>Use default working times for this day.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
