每日小时数 常量

int const 每日小时数

每天的小时数。

请注意,由于夏令时调整导致时区变化,某些天可能长度不同。Duration 类不依赖于时区,并认为所有天都有 24 小时。

实现

static const int hoursPerDay = 24;