The C1TimeEditor control allows editing of TimeSpan values in different formats.
Allows editing TimeSpan values.

Namespace:  C1.Xaml.DateTimeEditors
Assembly:  C1.Xaml.DateTimeEditors (in C1.Xaml.DateTimeEditors.dll)

Syntax

C#
[TemplateVisualStateAttribute(Name = "ShowButtons", GroupName = "ButtonsVisibilityStates")]
[TemplateVisualStateAttribute(Name = "Disabled", GroupName = "CommonStates")]
[TemplatePartAttribute(Name = "TextBox", Type = typeof(C1TextBoxBase))]
public class C1TimeEditor : Control
Visual Basic
<TemplateVisualStateAttribute(Name := "ShowButtons", GroupName := "ButtonsVisibilityStates")> _
<TemplateVisualStateAttribute(Name := "Disabled", GroupName := "CommonStates")> _
<TemplatePartAttribute(Name := "TextBox", Type := GetType(C1TextBoxBase))> _
Public Class C1TimeEditor _
	Inherits Control

Inheritance Hierarchy

System..::..Object
  DependencyObject
    UIElement
      FrameworkElement
        Control
          C1.Xaml.DateTimeEditors..::..C1TimeEditor

See Also