# 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"><span class="xref">C1TimeEditor</span></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.dll</h6>
  <h5 id="C1_WPF_DateTimeEditors_C1TimeEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;IncreaseIconStyle&quot;, StyleTargetType = typeof(ContentControl))]
[StyleTypedProperty(Property = &quot;DecreaseIconStyle&quot;, StyleTargetType = typeof(ContentControl))]
[StyleTypedProperty(Property = &quot;IncreaseButtonStyle&quot;, StyleTargetType = typeof(C1RepeatButton))]
[StyleTypedProperty(Property = &quot;DecreaseButtonStyle&quot;, StyleTargetType = typeof(C1RepeatButton))]
[StyleTypedProperty(Property = &quot;ValidationDecoratorStyle&quot;, StyleTargetType = typeof(C1ValidationDecorator))]
[TemplatePart(Name = &quot;TextBox&quot;, Type = typeof(C1MaskedTextBox))]
[TemplatePart(Name = &quot;Increase&quot;, Type = typeof(C1RepeatButton))]
[TemplatePart(Name = &quot;Decrease&quot;, Type = typeof(C1RepeatButton))]
[TemplatePart(Name = &quot;ValidationDecorator&quot;, Type = typeof(C1ValidationDecorator))]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;MouseOver&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Focused&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;ShowButtons&quot;, GroupName = &quot;ButtonsVisibilityStates&quot;)]
[TemplateVisualState(Name = &quot;HideButtons&quot;, GroupName = &quot;ButtonsVisibilityStates&quot;)]
public class C1TimeEditor : C1View</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;IncreaseIconStyle&quot;, StyleTargetType:=GetType(ContentControl))&gt;
&lt;StyleTypedProperty(Property:=&quot;DecreaseIconStyle&quot;, StyleTargetType:=GetType(ContentControl))&gt;
&lt;StyleTypedProperty(Property:=&quot;IncreaseButtonStyle&quot;, StyleTargetType:=GetType(C1RepeatButton))&gt;
&lt;StyleTypedProperty(Property:=&quot;DecreaseButtonStyle&quot;, StyleTargetType:=GetType(C1RepeatButton))&gt;
&lt;StyleTypedProperty(Property:=&quot;ValidationDecoratorStyle&quot;, StyleTargetType:=GetType(C1ValidationDecorator))&gt;
&lt;TemplatePart(Name:=&quot;TextBox&quot;, Type:=GetType(C1MaskedTextBox))&gt;
&lt;TemplatePart(Name:=&quot;Increase&quot;, Type:=GetType(C1RepeatButton))&gt;
&lt;TemplatePart(Name:=&quot;Decrease&quot;, Type:=GetType(C1RepeatButton))&gt;
&lt;TemplatePart(Name:=&quot;ValidationDecorator&quot;, Type:=GetType(C1ValidationDecorator))&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MouseOver&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Focused&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;ShowButtons&quot;, GroupName:=&quot;ButtonsVisibilityStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;HideButtons&quot;, GroupName:=&quot;ButtonsVisibilityStates&quot;)&gt;
Public Class C1TimeEditor
    Inherits C1View</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 the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.html">C1TimeEditor</a> class.</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_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_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_DecreaseButtonStyleProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.DecreaseButtonStyleProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.DecreaseButtonStyleProperty.html">DecreaseButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.DecreaseButtonStyle.html#C1_WPF_DateTimeEditors_C1TimeEditor_DecreaseButtonStyle">DecreaseButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_DecreaseIconStyleProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.DecreaseIconStyleProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.DecreaseIconStyleProperty.html">DecreaseIconStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.DecreaseIconStyle.html#C1_WPF_DateTimeEditors_C1TimeEditor_DecreaseIconStyle">DecreaseIconStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_DecreaseIconTemplateProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.DecreaseIconTemplateProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.DecreaseIconTemplateProperty.html">DecreaseIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.DecreaseIconTemplate.html#C1_WPF_DateTimeEditors_C1TimeEditor_DecreaseIconTemplate">DecreaseIconTemplate</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_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_IncreaseButtonStyleProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.IncreaseButtonStyleProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.IncreaseButtonStyleProperty.html">IncreaseButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.IncreaseButtonStyle.html#C1_WPF_DateTimeEditors_C1TimeEditor_IncreaseButtonStyle">IncreaseButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_IncreaseIconStyleProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.IncreaseIconStyleProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.IncreaseIconStyleProperty.html">IncreaseIconStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.IncreaseIconStyle.html#C1_WPF_DateTimeEditors_C1TimeEditor_IncreaseIconStyle">IncreaseIconStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_IncreaseIconTemplateProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.IncreaseIconTemplateProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.IncreaseIconTemplateProperty.html">IncreaseIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.IncreaseIconTemplate.html#C1_WPF_DateTimeEditors_C1TimeEditor_IncreaseIconTemplate">IncreaseIconTemplate</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_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_MouseOverBorderBrushProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.MouseOverBorderBrushProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.MouseOverBorderBrushProperty.html">MouseOverBorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.MouseOverBorderBrush.html#C1_WPF_DateTimeEditors_C1TimeEditor_MouseOverBorderBrush">MouseOverBorderBrush</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_PlaceholderProperty" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.PlaceholderProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.PlaceholderProperty.html">PlaceholderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Placeholder.html#C1_WPF_DateTimeEditors_C1TimeEditor_Placeholder">Placeholder</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_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>
    </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_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.</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_DecreaseButtonStyle" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.DecreaseButtonStyle">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.DecreaseButtonStyle.html#C1_WPF_DateTimeEditors_C1TimeEditor_DecreaseButtonStyle">DecreaseButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the button that decreases the value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_DecreaseIconStyle" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.DecreaseIconStyle">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.DecreaseIconStyle.html#C1_WPF_DateTimeEditors_C1TimeEditor_DecreaseIconStyle">DecreaseIconStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the icon shown in the decrease button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_DecreaseIconTemplate" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.DecreaseIconTemplate">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.DecreaseIconTemplate.html#C1_WPF_DateTimeEditors_C1TimeEditor_DecreaseIconTemplate">DecreaseIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template of the icon used in the decrease button.</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_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>Gets or sets 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_IncreaseButtonStyle" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.IncreaseButtonStyle">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.IncreaseButtonStyle.html#C1_WPF_DateTimeEditors_C1TimeEditor_IncreaseButtonStyle">IncreaseButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the button that increases the value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_IncreaseIconStyle" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.IncreaseIconStyle">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.IncreaseIconStyle.html#C1_WPF_DateTimeEditors_C1TimeEditor_IncreaseIconStyle">IncreaseIconStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the icon shown in the increase button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_IncreaseIconTemplate" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.IncreaseIconTemplate">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.IncreaseIconTemplate.html#C1_WPF_DateTimeEditors_C1TimeEditor_IncreaseIconTemplate">IncreaseIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template of the icon used in the increase button.</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>Gets whether the control is focused.</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_MouseOverBorderBrush" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.MouseOverBorderBrush">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.MouseOverBorderBrush.html#C1_WPF_DateTimeEditors_C1TimeEditor_MouseOverBorderBrush">MouseOverBorderBrush</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 border of the control when it has the mouse over.</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_Placeholder" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.Placeholder">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Placeholder.html#C1_WPF_DateTimeEditors_C1TimeEditor_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the placeholder text.</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.Input.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>
    </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_Dispose_System_Boolean_" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.Dispose.html#C1_WPF_DateTimeEditors_C1TimeEditor_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></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"></td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1TimeEditor_OnIsKeyboardFocusWithinChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.DateTimeEditors.C1TimeEditor.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1TimeEditor.OnIsKeyboardFocusWithinChanged.html#C1_WPF_DateTimeEditors_C1TimeEditor_OnIsKeyboardFocusWithinChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></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_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_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>
