minute()

Gets system's minute

Example

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

Syntax

minute()

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.

Find these documents helpful? Let the people who made them help your child learn to code at Strivemath!

We'd love to hear your Feedback/Comments here.

Last updated