Summary
Represents a control that allows the user to select a date and a time.
- Namespace
- MahApps
.Metro .Controls - Base Types
-
- Control
- TimePickerBase
graph BT
Type-->Base0["TimePickerBase"]
click Base0 "/mahapps.metro.docs.wyam/api/MahApps.Metro.Controls/TimePickerBase"
Base0-->Base1["Control"]
Type["DateTimePicker"]
class Type type-node
Syntax
[TemplatePart(Name = ElementCalendar, Type = typeof(Calendar))]
public class DateTimePicker : TimePickerBase
Attributes
Type | Description |
---|---|
TemplatePart |
Events
Name | Type | Summary |
---|---|---|
Selected |
EventHandler |
Occurs when the
SelectedDateTime property is changed.
Inherited from TimePickerBase
|
Fields
Properties
Name | Value | Summary |
---|---|---|
Culture | CultureInfo |
Gets or sets a value indicating the culture to be used in string formatting operations.
Inherited from TimePickerBase
|
DisplayDate | DateTime |
Gets or sets the date to display
|
DisplayDateEnd | DateTime? |
Gets or sets the last date to be displayed.
|
DisplayDateStart | DateTime? |
Gets or sets the first date to be displayed.
|
FirstDayOfWeek | DayOfWeek |
Gets or sets the day that is considered the beginning of the week.
|
HandVisibility | TimePartVisibility |
Gets or sets a value indicating the visibility of the clock hands in the user interface (UI).
Inherited from TimePickerBase
|
Hours |
string |
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
|
IsTodayHighlighted | bool |
Gets or sets a value that indicates whether the current date will be highlighted.
|
Minutes |
string |
Inherited from TimePickerBase
|
Orientation | Orientation |
Gets or sets a value that indicates the dimension by which calendar and clock are stacked.
|
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 |
Inherited from TimePickerBase
|
SelectedDateFormat | DatePickerFormat |
Gets or sets the format that is used to display the selected date.
|
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
|
Methods
Name | Value | Summary |
---|---|---|
ApplyBindings |
void | |
ApplyCulture |
void | |
GetBinding |
Binding |
Inherited from TimePickerBase
|
Get |
TimeSpan? |
Inherited from TimePickerBase
|
GetValueForTextBox |
string | |
OnApplyTemplate |
void | |
On |
void |
Inherited from TimePickerBase
|
OnPreviewMouseUp |
void | |
On |
void | |
On |
void |
Inherited from TimePickerBase
|
OnTextBoxLostFocus |
void | |
Set |
void |
Inherited from TimePickerBase
|
SubscribeEvents |
void |
Inherited from TimePickerBase
|
UnSubscribeEvents |
void |
Inherited from TimePickerBase
|
WriteValueToTextBox |
void | |
WriteValueToTextBox |
void |
Inherited from TimePickerBase
|