millisecondsPerHour 常量

int const millisecondsPerHour

每小时的毫秒数。

实现

static const int millisecondsPerHour = millisecondsPerMinute * minutesPerHour;