# C1.Web.Mvc.Fluent.InputTimeBuilder-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_InputTimeBuilder_1" data-uid="C1.Web.Mvc.Fluent.InputTimeBuilder`1" class="text-break">InputTimeBuilder&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.InputTime-1.html">InputTime&lt;T&gt;</a>.</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"><span class="xref">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.InputTime-1.html">InputTime</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.InputTimeBuilder-1.html">InputTimeBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.InputTime-1.html">InputTime</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.InputTimeBuilder-1.html">InputTimeBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilder-2.html">ControlBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.InputTime-1.html">InputTime</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.InputTimeBuilder-1.html">InputTimeBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level5"><a class="xref" href="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder-3.html">ItemsBoundControlBuilder</a>&lt;T, <a class="xref" href="C1.Web.Mvc.InputTime-1.html">InputTime</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.InputTimeBuilder-1.html">InputTimeBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.DropDownBuilder-3.html">DropDownBuilder</a>&lt;T, <a class="xref" href="C1.Web.Mvc.InputTime-1.html">InputTime</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.InputTimeBuilder-1.html">InputTimeBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level7"><a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.html">ComboBoxBaseBuilder</a>&lt;T, <a class="xref" href="C1.Web.Mvc.InputTime-1.html">InputTime</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.InputTimeBuilder-1.html">InputTimeBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level8"><span class="xref">InputTimeBuilder&lt;T&gt;</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_InputTimeBuilder_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class InputTimeBuilder&lt;T&gt; : ComboBoxBaseBuilder&lt;T, InputTime&lt;T&gt;, InputTimeBuilder&lt;T&gt;&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class InputTimeBuilder(Of T)
    Inherits ComboBoxBaseBuilder(Of T, InputTime(Of T), InputTimeBuilder(Of T))
    Implements IHtmlContent</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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="C1_Web_Mvc_Fluent_InputTimeBuilder_1__ctor_C1_Web_Mvc_InputTime__0__" data-uid="C1.Web.Mvc.Fluent.InputTimeBuilder`1.#ctor(C1.Web.Mvc.InputTime{`0})">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputTimeBuilder-1.-ctor.html#C1_Web_Mvc_Fluent_InputTimeBuilder_1__ctor_C1_Web_Mvc_InputTime__0__">InputTimeBuilder(InputTime&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.InputTimeBuilder-1.html">InputTimeBuilder&lt;T&gt;</a> instance to configurate <code class="paramref">component</code>.</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="C1_Web_Mvc_Fluent_InputTimeBuilder_1_Format_System_String_" data-uid="C1.Web.Mvc.Fluent.InputTimeBuilder`1.Format(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputTimeBuilder-1.Format.html#C1_Web_Mvc_Fluent_InputTimeBuilder_1_Format_System_String_">Format(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputTime-1.Format.html#C1_Web_Mvc_InputTime_1_Format">Format</a>.
Sets the format used to display the selected time (see Globalize).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputTimeBuilder_1_InputType_System_String_" data-uid="C1.Web.Mvc.Fluent.InputTimeBuilder`1.InputType(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputTimeBuilder-1.InputType.html#C1_Web_Mvc_Fluent_InputTimeBuilder_1_InputType_System_String_">InputType(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputTime-1.InputType.html#C1_Web_Mvc_InputTime_1_InputType">InputType</a>.
Sets the &quot;type&quot; attribute of the HTML input element hosted by the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputTimeBuilder_1_Mask_System_String_" data-uid="C1.Web.Mvc.Fluent.InputTimeBuilder`1.Mask(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputTimeBuilder-1.Mask.html#C1_Web_Mvc_Fluent_InputTimeBuilder_1_Mask_System_String_">Mask(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputTime-1.Mask.html#C1_Web_Mvc_InputTime_1_Mask">Mask</a>.
Sets a mask to use while the user is editing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputTimeBuilder_1_Max_System_DateTime_" data-uid="C1.Web.Mvc.Fluent.InputTimeBuilder`1.Max(System.DateTime)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputTimeBuilder-1.Max.html#C1_Web_Mvc_Fluent_InputTimeBuilder_1_Max_System_DateTime_">Max(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputTime-1.Max.html#C1_Web_Mvc_InputTime_1_Max">Max</a>.
Sets the latest time that the user can enter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputTimeBuilder_1_Min_System_DateTime_" data-uid="C1.Web.Mvc.Fluent.InputTimeBuilder`1.Min(System.DateTime)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputTimeBuilder-1.Min.html#C1_Web_Mvc_Fluent_InputTimeBuilder_1_Min_System_DateTime_">Min(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputTime-1.Min.html#C1_Web_Mvc_InputTime_1_Min">Min</a>.
Sets the earliest time that the user can enter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputTimeBuilder_1_Name_System_String_" data-uid="C1.Web.Mvc.Fluent.InputTimeBuilder`1.Name(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputTimeBuilder-1.Name.html#C1_Web_Mvc_Fluent_InputTimeBuilder_1_Name_System_String_">Name(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the Name property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputTimeBuilder_1_OnClientInvalidInput_System_String_" data-uid="C1.Web.Mvc.Fluent.InputTimeBuilder`1.OnClientInvalidInput(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputTimeBuilder-1.OnClientInvalidInput.html#C1_Web_Mvc_Fluent_InputTimeBuilder_1_OnClientInvalidInput_System_String_">OnClientInvalidInput(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.InputTime-1.OnClientInvalidInput.html#C1_Web_Mvc_InputTime_1_OnClientInvalidInput">OnClientInvalidInput</a> client event.
Occurs when invalid input is detected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputTimeBuilder_1_OnClientValueChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.InputTimeBuilder`1.OnClientValueChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputTimeBuilder-1.OnClientValueChanged.html#C1_Web_Mvc_Fluent_InputTimeBuilder_1_OnClientValueChanged_System_String_">OnClientValueChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.InputTime-1.OnClientValueChanged.html#C1_Web_Mvc_InputTime_1_OnClientValueChanged">OnClientValueChanged</a> client event.
Occurs after a new time is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputTimeBuilder_1_Step_System_Int32_" data-uid="C1.Web.Mvc.Fluent.InputTimeBuilder`1.Step(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputTimeBuilder-1.Step.html#C1_Web_Mvc_Fluent_InputTimeBuilder_1_Step_System_Int32_">Step(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputTime-1.Step.html#C1_Web_Mvc_InputTime_1_Step">Step</a>.
Sets the number of minutes between entries in the drop-down list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_InputTimeBuilder_1_Value_System_Nullable_System_DateTime__" data-uid="C1.Web.Mvc.Fluent.InputTimeBuilder`1.Value(System.Nullable{System.DateTime})">
          <a class="xref" href="C1.Web.Mvc.Fluent.InputTimeBuilder-1.Value.html#C1_Web_Mvc_Fluent_InputTimeBuilder_1_Value_System_Nullable_System_DateTime__">Value(DateTime?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.InputTime-1.Value.html#C1_Web_Mvc_InputTime_1_Value">Value</a>.
Sets the current input time.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
