secondsPerDay constant

int const secondsPerDay

The number of seconds per day.

Implementation

static const int secondsPerDay = secondsPerHour * hoursPerDay;