Summary
Represents a control that allows the user to select a time.
- Namespace
- MahApps
.Metro .Controls - Base Types
-
- Control
- TimePickerBase
graph BT
Type-->Base0["TimePickerBase"]
click Base0 "/api/MahApps.Metro.Controls/TimePickerBase"
Base0-->Base1["Control"]
Type["TimePicker"]
class Type type-node
Syntax
public class TimePicker : TimePickerBase
Constructors
Name | Summary |
---|---|
TimePicker |
Events
Name | Type | Summary |
---|---|---|
Selected |
Routed |
Occurs when the
SelectedDateTime property is changed.
Inherited from TimePickerBase
|
Fields
Name | Constant Value | Summary |
---|---|---|
CultureProperty |
Identifies the
Culture dependency property.Inherited from TimePickerBase
static
|
|
Hand |
Identifies the
HandVisibility dependency property.Inherited from TimePickerBase
static
|
|
hourInput |
Inherited from TimePickerBase
|
|
Hours |
Identifies the
HoursItemStringFormat dependency property.Inherited from TimePickerBase
static
|
|
IntervalOf10 |
This list contains values from 0 to 50 with an interval of 10. It can be used to bind to
SourceMinutes and SourceSeconds .
Inherited from TimePickerBase
static
|
|
IntervalOf15 |
This list contains values from 0 to 45 with an interval of 15. It can be used to bind to
SourceMinutes and SourceSeconds .
Inherited from TimePickerBase
static
|
|
IntervalOf5 |
This list contains values from 0 to 55 with an interval of 5. It can be used to bind to
SourceMinutes and SourceSeconds .
Inherited from TimePickerBase
static
|
|
Is |
Identifies the
IsClockVisible dependency property.Inherited from TimePickerBase
static
|
|
Is |
Identifies the
IsDatePickerVisible dependency property.Inherited from TimePickerBase
static
|
|
Is |
Identifies the
IsDropDownOpen dependency property.Inherited from TimePickerBase
static
|
|
IsReadOnlyProperty |
Identifies the
IsReadOnly dependency property.Inherited from TimePickerBase
static
|
|
Minutes |
Identifies the
MinutesItemStringFormat dependency property.Inherited from TimePickerBase
static
|
|
original |
Inherited from TimePickerBase
|
|
Picker |
Identifies the
PickerVisibility dependency property.Inherited from TimePickerBase
static
|
|
Seconds |
Identifies the
SecondsItemStringFormat dependency property.Inherited from TimePickerBase
static
|
|
Selected |
Inherited from TimePickerBase
static
|
|
Selected |
Identifies the
SelectedDateTime dependency property.Inherited from TimePickerBase
static
|
|
Selected |
Identifies the
SelectedTimeFormat dependency property.Inherited from TimePickerBase
static
|
|
SourceHoursProperty |
Identifies the
SourceHours dependency property.Inherited from TimePickerBase
static
|
|
Source |
Identifies the
SourceMinutes dependency property.Inherited from TimePickerBase
static
|
|
Source |
Identifies the
SourceSeconds dependency property.Inherited from TimePickerBase
static
|
|
textBox |
Inherited from TimePickerBase
|
Properties
Name | Value | Summary |
---|---|---|
Culture | CultureInfo |
Gets or sets a value indicating the culture to be used in string formatting operations.
Inherited from TimePickerBase
|
HandVisibility | TimePartVisibility |
Gets or sets a value indicating the visibility of the clock hands in the user interface (UI).
Inherited from TimePickerBase
|
Hours |
string |
Gets or sets a composite string that specifies how to format the hour items.
Inherited from TimePickerBase
|
IsClockVisible | bool |
Gets or sets a value indicating whether the clock of this control is visible in the user interface (UI). This is a
dependency property.
Inherited from TimePickerBase
|
IsDatePickerVisible | bool |
Gets or sets a value indicating whether the date can be selected or not. This property is read-only.
Inherited from TimePickerBase
|
IsDropDownOpen | bool |
Gets or sets a value indicating whether the drop-down for a
TimePickerBase box is currently
open.
Inherited from TimePickerBase
|
IsMilitaryTime | bool |
Gets a value indicating whether the
System.Globalization.DateTimeFormatInfo.AMDesignator that is specified by the
CultureInfo
set by the Culture (FrameworkElement.Language if null) has not a value.
Inherited from TimePickerBase
|
IsReadOnly | bool |
Gets or sets a value indicating whether the contents of the
TimePickerBase are not editable.
Inherited from TimePickerBase
|
Minutes |
string |
Gets or sets a composite string that specifies how to format the minute items.
Inherited from TimePickerBase
|
PickerVisibility | TimePartVisibility |
Gets or sets a value indicating the visibility of the selectable date-time-parts in the user interface (UI).
Inherited from TimePickerBase
|
Seconds |
string |
Gets or sets a composite string that specifies how to format the second items.
Inherited from TimePickerBase
|
SelectedDateTime | DateTime? |
Gets or sets the currently selected date and time.
Inherited from TimePickerBase
|
SelectedTimeFormat | TimePickerFormat |
Gets or sets the format that is used to display the selected time.
Inherited from TimePickerBase
|
SourceHours | IEnumerable |
Gets or sets a collection used to generate the content for selecting the hours.
Inherited from TimePickerBase
|
SourceMinutes | IEnumerable |
Gets or sets a collection used to generate the content for selecting the minutes.
Inherited from TimePickerBase
|
SourceSeconds | IEnumerable |
Gets or sets a collection used to generate the content for selecting the seconds.
Inherited from TimePickerBase
|
SpecificCultureInfo | CultureInfo |
Inherited from TimePickerBase
|