Time Edit

Top  Previous  Next

The time edit control is similar to the date edit control.  It is an edit box with a time picker attached.  You can enter times into the control or select from a picker by clicking on the clock icon.  Although the picker is limited to 15 minute increments, any value can be entered into the edit box itself.   You can then access that value from script.  The properties for this control are largely about styling, which works essentially the same for all controls.

Property names for script access (intermediate):

you can access the properties of this control as described in the script section.  Here are the properties for this control:

currentTime:  the currently entered time.  Note that this in milliseconds since midnight.
mainStyle: the style used.  Please see the section on scripted changing of styles for more information.