DateTimeField
The DateTimeField can be used to select or display a date and time.
Use
Use on any page where date values are to be displayed or edited.
Features
If the attribute ReadOnly is FALSE, the DateTimePicker can be opened via the button to select a new date or time.
Attributes
The control inherits from TextControl and thus has the same attributes. In addition, there are the following attributes.
Common
DateTime
tchmi:framework#/definitions/TcHmi.BuildingAutomation.Controls.BaDateTime
Current value of time and date.
Events
Event | Description |
---|---|
onDateChanged | Triggered when the value of the date or time has changed. |
onUserInteractionFinished | Triggered when the user interaction with the DateTimeField has finished. |