millisecondsPerHour top-level constant

int const millisecondsPerHour

Number of milliseconds in one hour.

Implementation

const int millisecondsPerHour = 60 * millisecondsPerMinute;