The TimePicker 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.)
IsAutoFillSuggestionsEnabled
Gets or sets whether or not this control should automatically fill the suggestion list when the MinTime, MaxTime or TimeSuggestionInterval properties change. The default is false. This is a dependency property.
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.)
IsMaskEnabled
Gets or sets whether or not to use a mask for the text input of this TimePicker. The default is false. This is a dependency property.
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 times to be displayed in the drop-down part of the control. This is a dependency property.
MaxTime
Gets or sets the maximum time of day to be displayed in the TimePicker. This is a dependency property.
MinTime
Gets or sets the minimum time of day to be displayed in the TimePicker. This is a dependency property.
SelectedTime
Gets or sets the selected TimeOfDay. This is a dependency property.
Text
Gets or sets the text displayed in the TimePicker. This is a dependency property.
TimeDisplayMode
Gets or sets the TimeDisplayMode that specifies how to display time. This is a dependency property.
TimeSuggestionInterval
Gets or sets the interval between times when automatically filling the suggestion list. This is a dependency property.

See Also