CURRENT_HOUR
Description
Returns current hour as an integer constant in the range 0-23
Parameters
None
Example
IF CURRENT_HOUR = 12 Then DISPLAY MESSAGE 'Midday!'
index function function list date and time
Returns current hour as an integer constant in the range 0-23
None
IF CURRENT_HOUR = 12 Then DISPLAY MESSAGE 'Midday!'