secondsPerDay constant

int const secondsPerDay = secondsPerHour * hoursPerDay

The number of seconds per day.

Implementation

static const int secondsPerDay = secondsPerHour * hoursPerDay