secondsPerHour 常量

int const secondsPerHour

每小时秒数。

实现

static const int secondsPerHour = secondsPerMinute * minutesPerHour;