# C1.Win.C1Input.DaylightTimeAdjustmentEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Input_DaylightTimeAdjustmentEnum" data-uid="C1.Win.C1Input.DaylightTimeAdjustmentEnum" class="text-break">DaylightTimeAdjustmentEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Used by <a class="xref" href="C1.Win.C1Input.C1Label.DaylightTimeAdjustment.html#C1_Win_C1Input_C1Label_DaylightTimeAdjustment">DaylightTimeAdjustment</a> and <a class="xref" href="C1.Win.C1Input.C1TextBox.DaylightTimeAdjustment.html#C1_Win_C1Input_C1TextBox_DaylightTimeAdjustment">DaylightTimeAdjustment</a> properties.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_DaylightTimeAdjustmentEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DaylightTimeAdjustmentEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DaylightTimeAdjustmentEnum</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_C1Input_DaylightTimeAdjustmentEnum_AdvanceGMTOffsetForTheDaylightSavingTime">AdvanceGMTOffsetForTheDaylightSavingTime</td>
        <td><p>Use this option if the GMTOffset property corresponds to the standard time offset.
For the daylight-saving time GMTOffset should be advanced by an hour.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DaylightTimeAdjustmentEnum_NoAdjustments">NoAdjustments</td>
        <td><p>No daylight-saving time adjustments.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DaylightTimeAdjustmentEnum_SetGMTOffsetBackForTheStandardTime">SetGMTOffsetBackForTheStandardTime</td>
        <td><p>Use this option if the GMTOffset property is set to the daylight time offset.
So, for the standard time it should be set back by an hour.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
