# C1.Win.GanttView.TimescaleUnits

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_GanttView_TimescaleUnits" data-uid="C1.Win.GanttView.TimescaleUnits" class="text-break">TimescaleUnits Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the units for a timescale.</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_TimescaleUnits_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TimescaleUnits</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TimescaleUnits</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_TimescaleUnits_Days">Days</td>
        <td><p>Display days.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TimescaleUnits_HalfYears">HalfYears</td>
        <td><p>Display half-years.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TimescaleUnits_Hours">Hours</td>
        <td><p>Display hours.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TimescaleUnits_Minutes">Minutes</td>
        <td><p>Display minutes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TimescaleUnits_Months">Months</td>
        <td><p>Display months.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TimescaleUnits_Quarters">Quarters</td>
        <td><p>Display quarters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TimescaleUnits_ThirdsOfMonths">ThirdsOfMonths</td>
        <td><p>Display thirds of months.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TimescaleUnits_Weeks">Weeks</td>
        <td><p>Display weeks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TimescaleUnits_Years">Years</td>
        <td><p>Display years.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
