secondsPerHour constant

int const secondsPerHour = secondsPerMinute * minutesPerHour

The number of seconds per hour.

Implementation

static const int secondsPerHour = secondsPerMinute * minutesPerHour