# C1.Win.Calendar.DateEdit.DateTimeField

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Calendar_DateEdit_DateTimeField" data-uid="C1.Win.Calendar.DateEdit.DateTimeField" class="text-break">DateTimeField Enum
</h1>
  <div class="markdown level0 summary"><p>Represents date-time fields.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Calendar.DateEdit.html">C1.Win.Calendar.DateEdit</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Calendar.4.8.dll</h6>
  <h5 id="C1_Win_Calendar_DateEdit_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_Calendar_DateEdit_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_Calendar_DateEdit_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_Calendar_DateEdit_DateTimeField_Default">Default</td>
        <td><p>Used the default date-time field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_DateEdit_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_Calendar_DateEdit_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_Calendar_DateEdit_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_Calendar_DateEdit_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_Calendar_DateEdit_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_Calendar_DateEdit_DateTimeField_Year">Year</td>
        <td><p>The date-time field that contains the Year part of the value.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
