| Name | millis() |
||
|---|---|---|---|
| Examples | void draw() {
float m = millis();
fill(m % 255);
rect(25, 25, 50, 50);
} |
||
| Description | Returns the number of milliseconds (thousandths of a second) since starting an applet. This information is often used for timing animation sequences. | ||
| Syntax | millis() |
||
| Parameters | |||
| Usage | Web & Application | ||
| Related |
second() minute() hour() day() month() year() |