minute

Static minute 

Source
pub static minute: MinuteInternalType
Expand description

p5.js communicates with the clock on your computer. The minute() function returns the current minute as a value from 0 - 59.

Examples

let m = minute();
text('Current minute: \n' + m, 5, 50);