The TimeSpanPicker type exposes the following members.

Constructors

  NameDescription
TimeSpanPicker
Initializes a new instance of the TimeSpanPicker class.

Methods

  NameDescription
Decrease
Decreases the SelectedTimeSpan based on the Change property.
(Overrides TimePickerBase..::.Decrease()()().)
Increase
Increases the SelectedTimeSpan based on the Change property.
(Overrides TimePickerBase..::.Increase()()().)
OnPropertyChanged
Raises the PropertyChanged event.
(Inherited from TimePickerBase.)

Fields

  NameDescription
ItemsSourceProperty
Identifies the ItemsSource property.
SelectedTimeSpanProperty
Identifies the SelectedTimeSpan property.
TextProperty
Identifies the Text property.

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.

Events

  NameDescription
PropertyChanged
Occurs when a property value changes.
(Inherited from TimePickerBase.)
SelectedTimeSpanChanged
Raised when the SelectedTimeSpan changes.

See Also