dailyTime constant

int const dailyTime

Number of seconds in a day

Implementation

static const int dailyTime = 24 * hourlyTime;