minute()

Gets system's minute

Example

text('Current Minute:',200,250)
text(minute(), width/2, height/2)

Syntax

Description

The minute() function returns the current minute of the hour as an integer ranging from 0 to 59. It takes no arguments, and simply returns the current minute of the system clock.

circle-info

Find these documents helpful? Let the people who made them help your child learn to code at Strivematharrow-up-right!

We'd love to hear your Feedback/Comments herearrow-up-right.

Last updated