TimePicker class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.TimePicker
Modifiers: public
Summary¶
Represents a control that allows a user to pick a time value.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class TimePicker
class ButtonBase
ButtonBase <|-- TimePicker
Inherits from: ButtonBase
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| Header | Gets or sets the content for the control's header. |
| Time | Gets or sets the time currently set in the time picker. |
| SelectedTime | Gets or sets the time currently selected in the time picker. |
| MinuteIncrement | Gets or sets a value that indicates the time increments shown in the minute picker. For example, 15 specifies that the TimePicker minute control displays only the choices 00, 15, 30, 45. |
| ClockIdentifier | Gets or sets the clock system to use. |
Fields¶
| Name | Summary |
|---|---|
| static HeaderProperty | Property for [Header](# |
| static TimeProperty | Property for [Time](# |
| static SelectedTimeProperty | Property for [SelectedTime](# |
| static MinuteIncrementProperty | Property for [MinuteIncrement](# |
| static ClockIdentifierProperty | Property for [ClockIdentifier](# |