The number of hours per day.
Notice that some days may differ in length becauseof time zone changes due to daylight saving.TheDuration class is time zone agnostic andconsiders all days to have 24 hours.
static const int hoursPerDay = 24;