hour()
Get system's hour
Example

text('Current Hour:',200,250)
text(hour(), width/2, height/2)
Syntax
hour()
Description
It returns the current hour of the day as an integer, ranging from 0 to 23.
Last updated
Get system's hour
text('Current Hour:',200,250)
text(hour(), width/2, height/2)
hour()
It returns the current hour of the day as an integer, ranging from 0 to 23.
Last updated