# C1.Win.Input.DaylightTimeAdjustment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Input_DaylightTimeAdjustment" data-uid="C1.Win.Input.DaylightTimeAdjustment" class="text-break">DaylightTimeAdjustment Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the daylight time adjustment mode.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.html">C1.Win.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_DaylightTimeAdjustment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DaylightTimeAdjustment</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DaylightTimeAdjustment</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_Input_DaylightTimeAdjustment_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_Input_DaylightTimeAdjustment_NoAdjustments">NoAdjustments</td>
        <td><p>No daylight-saving time adjustments.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_DaylightTimeAdjustment_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>
