The TimeSpanPicker type exposes the following members.

Properties

  NameDescription
Change
Gets or sets a TimeSpan used to increase or decrease the selected time. This is a dependency property.
(Inherited from TimePickerBase.)
IsDropDownOpen
Gets or sets whether the drop-down part of the TimePickerBase is open. This is a dependency property.
(Inherited from TimePickerBase.)
IsDropDownToggleVisible
Gets or sets whether or not the drop-down toggle button is visible or not. This is a dependency property.
(Inherited from TimePickerBase.)
IsReadOnly
Gets or sets whether or not the text box part of this control is read only. The default is false. This is a dependency property.
(Inherited from TimePickerBase.)
IsUpDownVisible
Gets or sets whether or not the up/down controls are visible. This is a dependency property.
(Inherited from TimePickerBase.)
ItemsSource
Gets or sets the collection of TimeSpan values offered in the drop-down part of the TimeSpanPicker. This is a dependency property.
SelectedTimeSpan
Gets or sets the selected TimeSpan. This is a dependency property.
Text
Gets or sets the text displayed in the TimeSpanPicker. This is a dependency property.

See Also