year()

Input / Time & Date

Description

Returns the current year as an integer.

Syntax

int year()

Parameters

None

Returns

int

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...