每分钟毫秒数 常量

int const 每分钟毫秒数

每分钟的毫秒数。

实现

static const int millisecondsPerMinute =
    millisecondsPerSecond * secondsPerMinute;