TimePickerBase
Represents a base-class for time picking.
Identifies the Culture dependency property.
Identifies the HandVisibility dependency property.
Identifies the HoursItemStringFormat dependency property.
This list contains values from 0 to 50 with an interval of 10. It can be used to bind to SourceMinutes and SourceSeconds.
This list contains values from 0 to 45 with an interval of 15. It can be used to bind to SourceMinutes and SourceSeconds.
This list contains values from 0 to 55 with an interval of 5. It can be used to bind to SourceMinutes and SourceSeconds.
Identifies the IsClockVisible dependency property.
Identifies the IsDatePickerVisible dependency property.
Identifies the IsDropDownOpen dependency property.
Identifies the IsReadOnly dependency property.
Identifies the MinutesItemStringFormat dependency property.
Identifies the PickerVisibility dependency property.
Identifies the SecondsItemStringFormat dependency property.
Identifies the SelectedDateTime dependency property.
Identifies the SelectedTimeFormat dependency property.
Identifies the SourceHours dependency property.
Identifies the SourceMinutes dependency property.
Identifies the SourceSeconds dependency property.
Gets or sets a value indicating the culture to be used in string formatting operations.
Gets or sets a value indicating the visibility of the clock hands in the user interface (UI).
Gets or sets a composite string that specifies how to format the hour items.
Gets or sets a value indicating whether the clock of this control is visible in the user interface (UI). This is a
dependency property.
Gets or sets a value indicating whether the date can be selected or not. This property is read-only.
Gets or sets a value indicating whether the drop-down for a TimePickerBase box is currently
open.
Gets a value indicating whether the AMDesignator that is specified by the
CultureInfo
set by the Culture ( Language if null) has not a value.
Gets or sets a value indicating whether the contents of the TimePickerBase are not editable.
Gets or sets a composite string that specifies how to format the minute items.
Gets or sets a value indicating the visibility of the selectable date-time-parts in the user interface (UI).
Gets or sets a composite string that specifies how to format the second items.
Gets or sets the currently selected date and time.
Gets or sets the format that is used to display the selected time.
Gets or sets a collection used to generate the content for selecting the hours.
Gets or sets a collection used to generate the content for selecting the minutes.
Gets or sets a collection used to generate the content for selecting the seconds.
Occurs when the SelectedDateTime property is changed.
protected TimePickerBase()
This method is invoked when the IsDropDownOpenProperty changes.