day()

Input / Time & Date

Description

Returns the current day as a value from 1 to 31.

Syntax

int day()

Parameters

None

Returns

int

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...