minute()

Input / Time & Date

Description

Returns the current minute as a value from 0 to 59.

Syntax

int minute()

Parameters

None

Returns

int

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...