module Processing::Core::Input::Time
Direct including types
Defined in:
processing/core/input/time.crInstance Method Summary
-
#day : Int32
The current day number (1 - 31).
-
#hour : Int32
The current hour (0 - 23).
-
#millis : Int32
The number of milliseconds since the program started.
-
#minute : Int32
The current minute (0 - 59).
-
#month : Int32
The current month (1 - 12).
-
#second : Int32
The current second (0 - 59).
-
#year : Int32
The current year number (2021, 2022, etc).