# C1.Win.Schedule.TimeLineStyleEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Schedule_TimeLineStyleEnum" data-uid="C1.Win.Schedule.TimeLineStyleEnum" class="text-break">TimeLineStyleEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Determines the type of the time line to display in the <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a> control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Schedule.html">C1.Win.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Schedule.10.dll</h6>
  <h5 id="C1_Win_Schedule_TimeLineStyleEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TimeLineStyleEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TimeLineStyleEnum</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_Schedule_TimeLineStyleEnum_Days">Days</td>
        <td><p>The time line with 1 day time scale.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_TimeLineStyleEnum_Hours">Hours</td>
        <td><p>The time line with time scale, defined by the <span class="xref">C1.Schedule.CalendarInfo.TimeScale</span> property value.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
