secondsPerHour constant

int const secondsPerHour = secondsPerMinute * minutesPerHour

Implementation

static const int secondsPerHour = secondsPerMinute * minutesPerHour