millisecondsPerDay 常量

int const millisecondsPerDay

每天的毫秒数。

实现

static const int millisecondsPerDay = millisecondsPerHour * hoursPerDay;