Skip to content

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

NameSummary
.ctor

Properties

NameSummary
HeaderGets or sets the content for the control's header.
TimeGets or sets the time currently set in the time picker.
SelectedTimeGets or sets the time currently selected in the time picker.
MinuteIncrementGets 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.
ClockIdentifierGets or sets the clock system to use.

Fields

NameSummary
static HeaderPropertyProperty for [Header](#
static TimePropertyProperty for [Time](#
static SelectedTimePropertyProperty for [SelectedTime](#
static MinuteIncrementPropertyProperty for [MinuteIncrement](#
static ClockIdentifierPropertyProperty for [ClockIdentifier](#
Inherited members