# C1.WPF.DateTimeEditors.C1TimeEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_DateTimeEditors_C1TimeEditor" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor" class="text-break">C1TimeEditor Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.html">C1TimeEditor</a> control allows editing of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a> values in different formats.</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/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><span class="xref">C1TimeEditor</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.DateTimeEditors.html">C1.WPF.DateTimeEditors</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.DateTimeEditors.4.6.2.dll</h6>
  <h5 id="C1_WPF_DateTimeEditors_C1TimeEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplateVisualState(Name = &quot;MouseOver&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplatePart(Name = &quot;TextBox&quot;, Type = typeof(C1TextBoxBase))]
[TemplatePart(Name = &quot;Increase&quot;, Type = typeof(RepeatButton))]
[TemplatePart(Name = &quot;Decrease&quot;, Type = typeof(RepeatButton))]
[TemplateVisualState(Name = &quot;ShowButtons&quot;, GroupName = &quot;ButtonsVisibilityStates&quot;)]
[TemplateVisualState(Name = &quot;HideButtons&quot;, GroupName = &quot;ButtonsVisibilityStates&quot;)]
[TemplateVisualState(Name = &quot;Focused&quot;, GroupName = &quot;FocusStates&quot;)]
[TemplateVisualState(Name = &quot;Unfocused&quot;, GroupName = &quot;FocusStates&quot;)]
[TemplateVisualState(Name = &quot;Valid&quot;, GroupName = &quot;ValidationStatesStates&quot;)]
[TemplateVisualState(Name = &quot;InvalidUnfocused&quot;, GroupName = &quot;ValidationStatesStates&quot;)]
[TemplateVisualState(Name = &quot;InvalidFocused&quot;, GroupName = &quot;ValidationStatesStates&quot;)]
[StyleTypedProperty(Property = &quot;ValidationDecoratorStyle&quot;, StyleTargetType = typeof(C1ValidationDecorator))]
public class C1TimeEditor : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplateVisualState(Name:=&quot;MouseOver&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplatePart(Name:=&quot;TextBox&quot;, Type:=GetType(C1TextBoxBase))&gt;
&lt;TemplatePart(Name:=&quot;Increase&quot;, Type:=GetType(RepeatButton))&gt;
&lt;TemplatePart(Name:=&quot;Decrease&quot;, Type:=GetType(RepeatButton))&gt;
&lt;TemplateVisualState(Name:=&quot;ShowButtons&quot;, GroupName:=&quot;ButtonsVisibilityStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;HideButtons&quot;, GroupName:=&quot;ButtonsVisibilityStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Focused&quot;, GroupName:=&quot;FocusStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Unfocused&quot;, GroupName:=&quot;FocusStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Valid&quot;, GroupName:=&quot;ValidationStatesStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;InvalidUnfocused&quot;, GroupName:=&quot;ValidationStatesStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;InvalidFocused&quot;, GroupName:=&quot;ValidationStatesStates&quot;)&gt;
&lt;StyleTypedProperty(Property:=&quot;ValidationDecoratorStyle&quot;, StyleTargetType:=GetType(C1ValidationDecorator))&gt;
Public Class C1TimeEditor
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</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_WPF_DateTimeEditors_C1TimeEditor__ctor" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.#ctor">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.-ctor.html#C1_WPF_DateTimeEditors_C1TimeEditor__ctor">C1TimeEditor()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.html">C1TimeEditor</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_AllowNullProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.AllowNullProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.AllowNullProperty.html">AllowNullProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.AllowNull.html#C1_WPF_DateTimeEditors_C1TimeEditor_AllowNull">AllowNull</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_ButtonBackgroundProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.ButtonBackgroundProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.ButtonBackgroundProperty.html">ButtonBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.ButtonBackground.html#C1_WPF_DateTimeEditors_C1TimeEditor_ButtonBackground">ButtonBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_ButtonForegroundProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.ButtonForegroundProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.ButtonForegroundProperty.html">ButtonForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.ButtonForeground.html#C1_WPF_DateTimeEditors_C1TimeEditor_ButtonForeground">ButtonForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_CaretBrushProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.CaretBrushProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.CaretBrushProperty.html">CaretBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.CaretBrush.html#C1_WPF_DateTimeEditors_C1TimeEditor_CaretBrush">CaretBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_CornerRadiusProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.CornerRadiusProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.CornerRadiusProperty.html">CornerRadiusProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.CornerRadius.html#C1_WPF_DateTimeEditors_C1TimeEditor_CornerRadius">CornerRadius</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_CustomFormatProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.CustomFormatProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.CustomFormatProperty.html">CustomFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.CustomFormat.html#C1_WPF_DateTimeEditors_C1TimeEditor_CustomFormat">CustomFormat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_CycleChangesOnBoundariesProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.CycleChangesOnBoundariesProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.CycleChangesOnBoundariesProperty.html">CycleChangesOnBoundariesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.CycleChangesOnBoundaries.html#C1_WPF_DateTimeEditors_C1TimeEditor_CycleChangesOnBoundaries">CycleChangesOnBoundaries</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_DelayProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.DelayProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.DelayProperty.html">DelayProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Delay.html#C1_WPF_DateTimeEditors_C1TimeEditor_Delay">Delay</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_DisabledCuesVisibilityProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.DisabledCuesVisibilityProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.DisabledCuesVisibilityProperty.html">DisabledCuesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.DisabledCuesVisibility.html#C1_WPF_DateTimeEditors_C1TimeEditor_DisabledCuesVisibility">DisabledCuesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_FocusBrushProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.FocusBrushProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.FocusBrushProperty.html">FocusBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.FocusBrush.html#C1_WPF_DateTimeEditors_C1TimeEditor_FocusBrush">FocusBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_FocusCuesVisibilityProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.FocusCuesVisibilityProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.FocusCuesVisibilityProperty.html">FocusCuesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.FocusCuesVisibility.html#C1_WPF_DateTimeEditors_C1TimeEditor_FocusCuesVisibility">FocusCuesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_FormatProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.FormatProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.FormatProperty.html">FormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Format.html#C1_WPF_DateTimeEditors_C1TimeEditor_Format">Format</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_HandleUpDownKeysProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.HandleUpDownKeysProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.HandleUpDownKeysProperty.html">HandleUpDownKeysProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.HandleUpDownKeys.html#C1_WPF_DateTimeEditors_C1TimeEditor_HandleUpDownKeys">HandleUpDownKeys</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_IncrementProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.IncrementProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.IncrementProperty.html">IncrementProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Increment.html#C1_WPF_DateTimeEditors_C1TimeEditor_Increment">Increment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_IntervalProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.IntervalProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.IntervalProperty.html">IntervalProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Interval.html#C1_WPF_DateTimeEditors_C1TimeEditor_Interval">Interval</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_IsFocusedProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.IsFocusedProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.IsFocusedProperty.html">IsFocusedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.IsFocused.html#C1_WPF_DateTimeEditors_C1TimeEditor_IsFocused">IsFocused</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_IsReadOnlyProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.IsReadOnlyProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.IsReadOnlyProperty.html">IsReadOnlyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.IsReadOnly.html#C1_WPF_DateTimeEditors_C1TimeEditor_IsReadOnly">IsReadOnly</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_MaskProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.MaskProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.MaskProperty.html">MaskProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Mask.html#C1_WPF_DateTimeEditors_C1TimeEditor_Mask">Mask</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_MaximumProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.MaximumProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.MaximumProperty.html">MaximumProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Maximum.html#C1_WPF_DateTimeEditors_C1TimeEditor_Maximum">Maximum</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_MinimumProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.MinimumProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.MinimumProperty.html">MinimumProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Minimum.html#C1_WPF_DateTimeEditors_C1TimeEditor_Minimum">Minimum</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_MouseOverBrushProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.MouseOverBrush.html#C1_WPF_DateTimeEditors_C1TimeEditor_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_PressedBrushProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.PressedBrushProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.PressedBrush.html#C1_WPF_DateTimeEditors_C1TimeEditor_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_PromptProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.PromptProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.PromptProperty.html">PromptProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Prompt.html#C1_WPF_DateTimeEditors_C1TimeEditor_Prompt">Prompt</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_SelectionBackgroundProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.SelectionBackgroundProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.SelectionBackgroundProperty.html">SelectionBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <span class="xref">C1.WPF.DateTimeEditors.C1TimeEditor.SelectionBackground</span> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_SelectionForegroundProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.SelectionForegroundProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.SelectionForegroundProperty.html">SelectionForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <span class="xref">C1.WPF.DateTimeEditors.C1TimeEditor.SelectionForeground</span> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_ShowButtonsProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.ShowButtonsProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.ShowButtonsProperty.html">ShowButtonsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.ShowButtons.html#C1_WPF_DateTimeEditors_C1TimeEditor_ShowButtons">ShowButtons</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_ValidationDecoratorStyleProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.ValidationDecoratorStyleProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.ValidationDecoratorStyleProperty.html">ValidationDecoratorStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.ValidationDecoratorStyle.html#C1_WPF_DateTimeEditors_C1TimeEditor_ValidationDecoratorStyle">ValidationDecoratorStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_ValueProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.ValueProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.ValueProperty.html">ValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Value.html#C1_WPF_DateTimeEditors_C1TimeEditor_Value">Value</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_WatermarkProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.WatermarkProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.WatermarkProperty.html">WatermarkProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Watermark.html#C1_WPF_DateTimeEditors_C1TimeEditor_Watermark">Watermark</a> dependency property.</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="C1_WPF_DateTimeEditors_C1TimeEditor_AllowNull" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.AllowNull">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.AllowNull.html#C1_WPF_DateTimeEditors_C1TimeEditor_AllowNull">AllowNull</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can enter null values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_ButtonBackground" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.ButtonBackground">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.ButtonBackground.html#C1_WPF_DateTimeEditors_C1TimeEditor_ButtonBackground">ButtonBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that will be assigned to the Background of the buttons inside the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_ButtonForeground" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.ButtonForeground">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.ButtonForeground.html#C1_WPF_DateTimeEditors_C1TimeEditor_ButtonForeground">ButtonForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that will be assigned to the Foreground of the buttons inside the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_CaretBrush" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.CaretBrush">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.CaretBrush.html#C1_WPF_DateTimeEditors_C1TimeEditor_CaretBrush">CaretBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> of the blinking cursor of an input control.  When .NET Framework is v3.5, 'CaretBrush' takes no effect.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_CornerRadius" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.CornerRadius">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.CornerRadius.html#C1_WPF_DateTimeEditors_C1TimeEditor_CornerRadius">CornerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the degree to which the corners of the element are rounded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_CustomFormat" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.CustomFormat">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.CustomFormat.html#C1_WPF_DateTimeEditors_C1TimeEditor_CustomFormat">CustomFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom date/time format string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_CycleChangesOnBoundaries" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.CycleChangesOnBoundaries">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.CycleChangesOnBoundaries.html#C1_WPF_DateTimeEditors_C1TimeEditor_CycleChangesOnBoundaries">CycleChangesOnBoundaries</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the C1TimeEditor behavior at changing its value by up/down buttons or arrow keys when Value property is equal to Minimum or Maximum property value. The default is true.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_Delay" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.Delay">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Delay.html#C1_WPF_DateTimeEditors_C1TimeEditor_Delay">Delay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the delay for the Increase and Decrease buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_DisabledCuesVisibility" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.DisabledCuesVisibility">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.DisabledCuesVisibility.html#C1_WPF_DateTimeEditors_C1TimeEditor_DisabledCuesVisibility">DisabledCuesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the disabled visuals of the control are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_FocusBrush" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.FocusBrush">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.FocusBrush.html#C1_WPF_DateTimeEditors_C1TimeEditor_FocusBrush">FocusBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the focused control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_FocusCuesVisibility" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.FocusCuesVisibility">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.FocusCuesVisibility.html#C1_WPF_DateTimeEditors_C1TimeEditor_FocusCuesVisibility">FocusCuesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the focus visuals of the control are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_Format" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.Format">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Format.html#C1_WPF_DateTimeEditors_C1TimeEditor_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the TimeSpan format the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.html">C1TimeEditor</a> control displays.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_HandleUpDownKeys" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.HandleUpDownKeys">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.HandleUpDownKeys.html#C1_WPF_DateTimeEditors_C1TimeEditor_HandleUpDownKeys">HandleUpDownKeys</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets If the control handles the Up / Down / PageUp / PageDown keys.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_Increment" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.Increment">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Increment.html#C1_WPF_DateTimeEditors_C1TimeEditor_Increment">Increment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the increment applied when the user pressed the up/down arrow keys.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_Interval" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.Interval">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Interval.html#C1_WPF_DateTimeEditors_C1TimeEditor_Interval">Interval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the time, in milliseconds, between repetitions of the click action, as soon as repeating starts, applied to the Increase and Decrease buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_IsFocused" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.IsFocused">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.IsFocused.html#C1_WPF_DateTimeEditors_C1TimeEditor_IsFocused">IsFocused</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the control has the focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_IsReadOnly" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.IsReadOnly">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.IsReadOnly.html#C1_WPF_DateTimeEditors_C1TimeEditor_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value that determines if the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.html">C1TimeEditor</a> is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_Mask" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.Mask">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Mask.html#C1_WPF_DateTimeEditors_C1TimeEditor_Mask">Mask</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the input mask.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_Maximum" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.Maximum">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Maximum.html#C1_WPF_DateTimeEditors_C1TimeEditor_Maximum">Maximum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum value allowed for the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.html">C1TimeEditor</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_Minimum" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.Minimum">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Minimum.html#C1_WPF_DateTimeEditors_C1TimeEditor_Minimum">Minimum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum value allowed for the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.html">C1TimeEditor</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_MouseOverBrush" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.MouseOverBrush">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.MouseOverBrush.html#C1_WPF_DateTimeEditors_C1TimeEditor_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_PressedBrush" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.PressedBrush">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.PressedBrush.html#C1_WPF_DateTimeEditors_C1TimeEditor_PressedBrush">PressedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint a button when it is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_Prompt" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.Prompt">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Prompt.html#C1_WPF_DateTimeEditors_C1TimeEditor_Prompt">Prompt</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the character used to show spaces where user is supposed to type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_ShowButtons" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.ShowButtons">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.ShowButtons.html#C1_WPF_DateTimeEditors_C1TimeEditor_ShowButtons">ShowButtons</a>
        </td>
        <td class="markdown level1 summary"><p>Shows or hides the buttons for Increment or Decrement.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_ValidationDecoratorStyle" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.ValidationDecoratorStyle">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.ValidationDecoratorStyle.html#C1_WPF_DateTimeEditors_C1TimeEditor_ValidationDecoratorStyle">ValidationDecoratorStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style that is applied to the inner <span class="xref">C1.WPF.C1ValidationDecorator</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_Value" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.Value">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Value.html#C1_WPF_DateTimeEditors_C1TimeEditor_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the TimeSpan value in the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.html">C1TimeEditor</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_Watermark" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.Watermark">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Watermark.html#C1_WPF_DateTimeEditors_C1TimeEditor_Watermark">Watermark</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of the watermark.</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_WPF_DateTimeEditors_C1TimeEditor_ChangeVisualStateButtonsVisibility_System_Boolean_" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.ChangeVisualStateButtonsVisibility(System.Boolean)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.ChangeVisualStateButtonsVisibility.html#C1_WPF_DateTimeEditors_C1TimeEditor_ChangeVisualStateButtonsVisibility_System_Boolean_">ChangeVisualStateButtonsVisibility(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the ButtonsVisibility visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_ChangeVisualStateCommon_System_Boolean_" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.ChangeVisualStateCommon(System.Boolean)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.ChangeVisualStateCommon.html#C1_WPF_DateTimeEditors_C1TimeEditor_ChangeVisualStateCommon_System_Boolean_">ChangeVisualStateCommon(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Common visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_ChangeVisualStateFocus_System_Boolean_" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.ChangeVisualStateFocus(System.Boolean)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.ChangeVisualStateFocus.html#C1_WPF_DateTimeEditors_C1TimeEditor_ChangeVisualStateFocus_System_Boolean_">ChangeVisualStateFocus(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Focus visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_FinalizeEditing" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.FinalizeEditing">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.FinalizeEditing.html#C1_WPF_DateTimeEditors_C1TimeEditor_FinalizeEditing">FinalizeEditing()</a>
        </td>
        <td class="markdown level1 summary"><p>Forces the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Value.html#C1_WPF_DateTimeEditors_C1TimeEditor_Value">Value</a> property update.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_GetCurrentDateTimeFormat" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.GetCurrentDateTimeFormat">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.GetCurrentDateTimeFormat.html#C1_WPF_DateTimeEditors_C1TimeEditor_GetCurrentDateTimeFormat">GetCurrentDateTimeFormat()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current date time format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_GetCurrentDateTimeFormat_System_Windows_FrameworkElement_" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.GetCurrentDateTimeFormat(System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.GetCurrentDateTimeFormat.html#C1_WPF_DateTimeEditors_C1TimeEditor_GetCurrentDateTimeFormat_System_Windows_FrameworkElement_">GetCurrentDateTimeFormat(FrameworkElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current date time format based on the specified element Language property value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_GetGregorianCulture_System_Globalization_CultureInfo_" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.GetGregorianCulture(System.Globalization.CultureInfo)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.GetGregorianCulture.html#C1_WPF_DateTimeEditors_C1TimeEditor_GetGregorianCulture_System_Globalization_CultureInfo_">GetGregorianCulture(CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>If specified Culture's calendar is not Gregorian, searches for localized Gregorian calendar in optional calendars
and returns new culture with Gregorian calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_OnApplyTemplate" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.OnApplyTemplate">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.OnApplyTemplate.html#C1_WPF_DateTimeEditors_C1TimeEditor_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.html">C1TimeEditor</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_OnCreateAutomationPeer" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.OnCreateAutomationPeer">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.OnCreateAutomationPeer.html#C1_WPF_DateTimeEditors_C1TimeEditor_OnCreateAutomationPeer">OnCreateAutomationPeer()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an AutomationPeer object used for testing the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_OnMouseWheel_System_Windows_Input_MouseWheelEventArgs_" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.OnMouseWheel(System.Windows.Input.MouseWheelEventArgs)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.OnMouseWheel.html#C1_WPF_DateTimeEditors_C1TimeEditor_OnMouseWheel_System_Windows_Input_MouseWheelEventArgs_">OnMouseWheel(MouseWheelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.OnPropertyChanged.html#C1_WPF_DateTimeEditors_C1TimeEditor_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked whenever the effective value of any dependency property has been updated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_OnTextValidationError_C1_WPF_DateTimeEditors_TextValidationErrorEventArgs_" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.OnTextValidationError(C1.WPF.DateTimeEditors.TextValidationErrorEventArgs)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.OnTextValidationError.html#C1_WPF_DateTimeEditors_C1TimeEditor_OnTextValidationError_C1_WPF_DateTimeEditors_TextValidationErrorEventArgs_">OnTextValidationError(TextValidationErrorEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the TextValidationError event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_OnValueChanged_C1_WPF_DateTimeEditors_NullablePropertyChangedEventArgs_System_TimeSpan__" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.OnValueChanged(C1.WPF.DateTimeEditors.NullablePropertyChangedEventArgs{System.TimeSpan})">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.OnValueChanged.html#C1_WPF_DateTimeEditors_C1TimeEditor_OnValueChanged_C1_WPF_DateTimeEditors_NullablePropertyChangedEventArgs_System_TimeSpan__">OnValueChanged(NullablePropertyChangedEventArgs&lt;TimeSpan&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.ValueChanged.html">ValueChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_ToString" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.ToString">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.ToString.html#C1_WPF_DateTimeEditors_C1TimeEditor_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Provides a text representation of the selected date.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_IsMouseOverChanged" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.IsMouseOverChanged">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.IsMouseOverChanged.html">IsMouseOverChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">IsMouseOver</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_TextValidationError" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.TextValidationError">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.TextValidationError.html">TextValidationError</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when text entered into the C1TimeEditor cannot be parsed or the TimeSpan is not valid to be selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_ValueChanged" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.ValueChanged">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Value.html#C1_WPF_DateTimeEditors_C1TimeEditor_Value">Value</a> property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
