secondsPerHour constant
int
const secondsPerHour
Seconds in one hour (3,600).
Implementation
static const int secondsPerHour = secondsPerMinute * minutesPerHour;
Seconds in one hour (3,600).
static const int secondsPerHour = secondsPerMinute * minutesPerHour;