hoursPerDay constant

int const hoursPerDay

The number of hours in one day, i.e. 24.

Implementation

static const int hoursPerDay = 24;