hour()

Input / Time & Date

Description

Returns the current hour as a value from 0 to 23.

Syntax

int hour()

Parameters

None

Returns

int

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...