View control of time values.
Retrieve the current value of the control.
// Get value of controlix.api.dom.getControl("<ELEMENT-GUID>").getValue(); Copy
// Get value of controlix.api.dom.getControl("<ELEMENT-GUID>").getValue();
Set value of the control. No validation or formation done!
Optional
// Set value for text controlsix.api.dom.getControl("<ELEMENT-GUID>").setValue("INTREXX!"); Copy
// Set value for text controlsix.api.dom.getControl("<ELEMENT-GUID>").setValue("INTREXX!");
View control of time values.