# C1.Win.C1Input.DateTimeField

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Input_DateTimeField" data-uid="C1.Win.C1Input.DateTimeField" class="text-break">DateTimeField Enum
</h1>
  <div class="markdown level0 summary"><p>Used by <a class="xref" href="C1.Win.C1Input.C1DateEdit.InitialField.html#C1_Win_C1Input_C1DateEdit_InitialField">InitialField</a> property and <a class="xref" href="C1.Win.C1Input.C1TextBox.GoToField.html#C1_Win_C1Input_C1TextBox_GoToField_C1_Win_C1Input_DateTimeField_System_Boolean_">GoToField(DateTimeField, bool)</a> method.</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_DateTimeField_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DateTimeField</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DateTimeField</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_DateTimeField_AMPM">AMPM</td>
        <td><p>The date-time field that contains the AMPM part of the value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateTimeField_DayOfMonth">DayOfMonth</td>
        <td><p>The date-time field that contains the DayOfMonth part of the value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateTimeField_Era">Era</td>
        <td><p>The date-time field that contains the Era part of the value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateTimeField_Hour">Hour</td>
        <td><p>The date-time field that contains the Hour part of the value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateTimeField_Manual">Manual</td>
        <td><p>Used the default date-time field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateTimeField_Minute">Minute</td>
        <td><p>The date-time field that contains the Minute part of the value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateTimeField_Month">Month</td>
        <td><p>The date-time field that contains the Month part of the value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateTimeField_Second">Second</td>
        <td><p>The date-time field that contains the Second part of the value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DateTimeField_Year">Year</td>
        <td><p>The date-time field that contains the Year part of the value.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
