microsecondsPerDay 常量

int const microsecondsPerDay

每天微秒数的数量。

实现

static const int microsecondsPerDay = microsecondsPerHour * hoursPerDay;