second()

Input / Time & Date

Description

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

Syntax

int second()

Parameters

None

Returns

int

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...