Provides a user interface for selecting a duration or TimeSpan by entering a value directly or selecting from a drop-down list.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public class TimeSpanPicker : TimePickerBase
Visual Basic (Declaration)
Public Class TimeSpanPicker _
	Inherits TimePickerBase

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
              Mindscape.WpfElements..::.TimePickerBase
                Mindscape.WpfElements..::.TimeSpanPicker

See Also