[][src]Static p5_sys::global::minute

pub static minute: MinuteInternalType

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);