BASETIME [id] { [Common flags] [MIN minval;] [MINEX;] [MAX maxval;] [MAXEX;] }
Represents BaseTime objects in a container. Rendered as a numerical time field, depending on the time unit settings.
MIN minval; | The minimum value. |
MINEX; | The minimum value itself is not allowed. (Strict inequality.) |
MAX maxval; | The maximum value. |
MAXEX; | The maximum value itself is not allowed. (Strict inequality.) |
MINSLIDER minval; | The minimum value for the slider. |
MAXSLIDER maxval; | The maximum value for the slider. |
STEP step; | The step for the edit field arrows. |