Validity: Rule, Task
This variable contains the current minutes present on the CLOCK/CALENDER supplied with the Robox axis controls.
Syntax |
I32 minute |
---|---|
Minimum representable number |
00 |
Maximum representable number |
59 |
Attributes |
Read only |
To set the hour-minutes-seconds, the TIME directive must be used.
Example
; if the variable hour is equal to 18 and ; the variable minute is equal to 35 ; then in the string register sr(1) will be stored ; the string "It's 6:35 p.m." if (hour = 18 and minute = 35) sr(1) = "It's 6:35 p.m." |