secondsPerHour constant

int const secondsPerHour

Seconds in one hour (3,600).

Implementation

static const int secondsPerHour = secondsPerMinute * minutesPerHour;