# GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateInputField" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField" class="text-break">DateInputField Class
</h1>
  <div class="markdown level0 summary"><p>Represents <b>DateInputField</b> class to define input fields for the <span class="xref">GrapeCity.Win.Spread.InputMan.CellType.GcDateTime</span> control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.Field.html">Field</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateField.html">DateField</a></div>
    <div class="level3"><span class="xref">DateInputField</span></div>
      <div class="level4"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateAmPmField.html">DateAmPmField</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateDayField.html">DateDayField</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateEraField.html">DateEraField</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateEraYearField.html">DateEraYearField</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateHourField.html">DateHourField</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateMinuteField.html">DateMinuteField</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateMonthField.html">DateMonthField</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateSecondField.html">DateSecondField</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateShortHourField.html">DateShortHourField</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateYearField.html">DateYearField</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.INamedObject.html">INamedObject</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.html">GrapeCity.Win.Spread.InputMan.CellType.Fields</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateInputField_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class DateInputField : DateField, INamedObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class DateInputField
    Inherits DateField
    Implements INamedObject</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateInputField__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_DateInputField__ctor">DateInputField()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField.html">DateInputField</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateInputField_PromptChar" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField.PromptChar">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField.PromptChar.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_DateInputField_PromptChar">PromptChar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the prompt char of the field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateInputField_SpinIncrement" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField.SpinIncrement">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField.SpinIncrement.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_DateInputField_SpinIncrement">SpinIncrement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the spin increment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateInputField_Value" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField.Value">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField.Value.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_DateInputField_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the field.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateInputField_SpinDown" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField.SpinDown">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField.SpinDown.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_DateInputField_SpinDown">SpinDown()</a>
        </td>
        <td class="markdown level1 summary"><p>Perform spin down behavior.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateInputField_SpinDown_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField.SpinDown(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField.SpinDown.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_DateInputField_SpinDown_System_Int32_">SpinDown(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Perform spin down with the specified increment parameters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateInputField_SpinUp" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField.SpinUp">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField.SpinUp.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_DateInputField_SpinUp">SpinUp()</a>
        </td>
        <td class="markdown level1 summary"><p>Perform spin up behavior.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateInputField_SpinUp_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField.SpinUp(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField.SpinUp.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_DateInputField_SpinUp_System_Int32_">SpinUp(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Perform spin up with the specified increment parameters.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
