CURRENT_MINUTE
Description
Returns current minute as an integer constant in the range 0-59
Parameters
None
Example
IF CURRENT_MINUTE = 45 Then ...
index function function list date and time
Returns current minute as an integer constant in the range 0-59
None
IF CURRENT_MINUTE = 45 Then ...