microsecondsPerDay constant Null safety

int const microsecondsPerDay

The number of microseconds per day.

Implementation

static const int microsecondsPerDay = microsecondsPerHour * hoursPerDay;