You are here: Start » Web HMI » Web HMI Controls » DateTimePicker
DateTimePicker
Control that allows users to select a date and time.
Properties
| DateTime |
|
Defines the date time displayed in the DateTimePicker. |
| DayDisplay |
|
Defines whether the day component is displayed in the text input. |
| Height |
|
Defines the CSS height of the control. |
| HoursDisplay |
|
Defines whether the hours component is displayed in the text input. |
| InitialDateTime |
|
Defines the initial date time displayed in the DateTimePicker. |
| InitialIsEnabled |
|
Defines the initial enabled state of the component that is used before the first value is set through the connection. |
| InitialIsVisible |
|
Defines the initial visibility of the component that is used before the first value is set through the connection. |
| InitialReadonly |
|
Defines the initial read-only state of the DateTimePicker. |
| IsEnabled |
|
Defines the enabled state of the component. |
| IsVisible |
|
Defines the visibility of the component. |
| Label |
|
Defines the label for the DateTimePicker control. |
| Margin |
|
Defines the CSS margin of the control. |
| MaxDate |
|
Defines the maximum date allowed in the DateTimePicker. |
| MinDate |
|
Defines the minimum date allowed in the DateTimePicker. |
| MinutesDisplay |
|
Defines whether the minutes component is displayed in the text input. |
| MonthDisplay |
|
Defines whether the month component is displayed in the text input. |
| Name |
|
Defines the control name that identifies the control in the program and in the XAML. The name must be unique within the parent endpoint. |
| Readonly |
|
Defines whether the DateTimePicker is read-only. |
| SecondsDisplay |
|
Defines whether the seconds component is displayed in the text input. |
| Width |
|
Defines the CSS width of the control. |
| YearDisplay |
|
Defines whether the year component is displayed in the text input. |
Events
| DateTimeChanged | Occurs when the date time in the DateTimePicker is changed. |
