module

Processing::Core::Input::Time

Instance methods

day

The current day number (1 - 31).

Source
hour

The current hour (0 - 23).

Source
millis

The number of milliseconds since the program started.

Source
minute

The current minute (0 - 59).

Source
month

The current month (1 - 12).

Source
second

The current second (0 - 59).

Source
year

The current year number (2021, 2022, etc).

Source