# C1.Win.C1Input.C1TextBox.GoToField

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Input_C1TextBox_GoToField_" data-uid="C1.Win.C1Input.C1TextBox.GoToField*">GoToField Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Input_C1TextBox_GoToField_" data-uid="C1.Win.C1Input.C1TextBox.GoToField*"></a>
<h4 id="C1_Win_C1Input_C1TextBox_GoToField_C1_Win_C1Input_DateTimeField_System_Boolean_" data-uid="C1.Win.C1Input.C1TextBox.GoToField(C1.Win.C1Input.DateTimeField,System.Boolean)">GoToField(DateTimeField, bool)</h4>
<div class="markdown level1 summary"><p>Moves the selection to the specified date-time field. Works only if the <a class="xref" href="C1.Win.C1Input.C1TextBox.DataType.html#C1_Win_C1Input_C1TextBox_DataType">DataType</a> property
is set to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> and the date-time input is active.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected bool GoToField(DateTimeField field, bool updateText)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Function GoToField(field As DateTimeField, updateText As Boolean) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Win.C1Input.DateTimeField.html">DateTimeField</a></td>
      <td><span class="parametername">field</span></td>
      <td><p>Field to select.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">updateText</span></td>
      <td><p>a value that determines whether the text should be updated.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>returns true if success.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_C1Input_C1TextBox_GoToField_C1_Win_C1Input_DateTimeField_System_Boolean__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Can be used in the <a class="xref" href="C1.Win.C1Input.C1TextBox.UpdateSelection.html#C1_Win_C1Input_C1TextBox_UpdateSelection">UpdateSelection()</a> method to customize initial selection if the value type is date-time.</p>
</div>
</div>
