# C1.Blazor.DateTimeEditors.C1TimeEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_DateTimeEditors_C1TimeEditor" data-uid="C1.Blazor.DateTimeEditors.C1TimeEditor" class="text-break">C1TimeEditor Class
</h1>
  <div class="markdown level0 summary"><p>C1TimeEditor control extends the C1DropDown class to allow easy entry and editing of time values.</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="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.componentbase">ComponentBase</a></div>
    <div class="level2"><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1View.html">C1View</a></div>
    <div class="level3"><a class="xref" href="../C1.Blazor.Input/C1.Blazor.Input.C1DropDown.html">C1DropDown</a></div>
    <div class="level4"><span class="xref">C1TimeEditor</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleafterrender">IHandleAfterRender</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleevent">IHandleEvent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.IDependencyObject.html">IDependencyObject</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.DateTimeEditors.html">C1.Blazor.DateTimeEditors</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.DateTimeEditors.dll</h6>
  <h5 id="C1_Blazor_DateTimeEditors_C1TimeEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1TimeEditor : C1DropDown, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1TimeEditor
    Inherits C1DropDown
    Implements IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject</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="C1_Blazor_DateTimeEditors_C1TimeEditor__ctor" data-uid="C1.Blazor.DateTimeEditors.C1TimeEditor.#ctor">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1TimeEditor.-ctor.html#C1_Blazor_DateTimeEditors_C1TimeEditor__ctor">C1TimeEditor()</a>
        </td>
        <td class="markdown level1 summary"></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="C1_Blazor_DateTimeEditors_C1TimeEditor_ClockType" data-uid="C1.Blazor.DateTimeEditors.C1TimeEditor.ClockType">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1TimeEditor.ClockType.html#C1_Blazor_DateTimeEditors_C1TimeEditor_ClockType">ClockType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the earliest time that the user can enter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1TimeEditor_Format" data-uid="C1.Blazor.DateTimeEditors.C1TimeEditor.Format">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1TimeEditor.Format.html#C1_Blazor_DateTimeEditors_C1TimeEditor_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format used to display the selected time.</p>
<p>The format string is expressed as a .NET-style
<a href="https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings" target="_blank">
time format string</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1TimeEditor_IsEnabled" data-uid="C1.Blazor.DateTimeEditors.C1TimeEditor.IsEnabled">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1TimeEditor.IsEnabled.html#C1_Blazor_DateTimeEditors_C1TimeEditor_IsEnabled">IsEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the enabled status.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1TimeEditor_IsReadOnly" data-uid="C1.Blazor.DateTimeEditors.C1TimeEditor.IsReadOnly">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1TimeEditor.IsReadOnly.html#C1_Blazor_DateTimeEditors_C1TimeEditor_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the read-only status.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1TimeEditor_Max" data-uid="C1.Blazor.DateTimeEditors.C1TimeEditor.Max">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1TimeEditor.Max.html#C1_Blazor_DateTimeEditors_C1TimeEditor_Max">Max</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the latest time that the user can enter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1TimeEditor_Min" data-uid="C1.Blazor.DateTimeEditors.C1TimeEditor.Min">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1TimeEditor.Min.html#C1_Blazor_DateTimeEditors_C1TimeEditor_Min">Min</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the earliest time that the user can enter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1TimeEditor_OnValueChanged" data-uid="C1.Blazor.DateTimeEditors.C1TimeEditor.OnValueChanged">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1TimeEditor.OnValueChanged.html#C1_Blazor_DateTimeEditors_C1TimeEditor_OnValueChanged">OnValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the callback that is called when the value is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1TimeEditor_Placeholder" data-uid="C1.Blazor.DateTimeEditors.C1TimeEditor.Placeholder">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1TimeEditor.Placeholder.html#C1_Blazor_DateTimeEditors_C1TimeEditor_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the placeholder displayed when there is no entered text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1TimeEditor_Value" data-uid="C1.Blazor.DateTimeEditors.C1TimeEditor.Value">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1TimeEditor.Value.html#C1_Blazor_DateTimeEditors_C1TimeEditor_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current input time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_C1TimeEditor_ValueChanged" data-uid="C1.Blazor.DateTimeEditors.C1TimeEditor.ValueChanged">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1TimeEditor.ValueChanged.html#C1_Blazor_DateTimeEditors_C1TimeEditor_ValueChanged">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the callback that is called when the value changed.</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_Blazor_DateTimeEditors_C1TimeEditor_OnInitialized" data-uid="C1.Blazor.DateTimeEditors.C1TimeEditor.OnInitialized">
          <a class="xref" href="C1.Blazor.DateTimeEditors.C1TimeEditor.OnInitialized.html#C1_Blazor_DateTimeEditors_C1TimeEditor_OnInitialized">OnInitialized()</a>
        </td>
        <td class="markdown level1 summary"><p>Setup default values</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
