weeklyTime constant

int const weeklyTime

Number of seconds in a week

Implementation

static const int weeklyTime = 7 * dailyTime;