The C1TimeSpanPicker allows to select the TimeSpan value. Supports localization.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[TemplatePartAttribute(Name = "PART_EditableTextBox", Type = typeof(TextBox))]
public class C1TimeSpanPicker : ComboBox
Visual Basic (Declaration)
<TemplatePartAttribute(Name := "PART_EditableTextBox", Type := GetType(TextBox))> _
Public Class C1TimeSpanPicker _
	Inherits ComboBox

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ItemsControl
                System.Windows.Controls.Primitives..::..Selector
                  System.Windows.Controls..::..ComboBox
                    C1.WPF.C1Schedule..::..C1TimeSpanPicker

See Also