maxHour top-level constant

int const maxHour

Maximum valid hour (23 for 24-hour format, 0-23 range).

Implementation

const int maxHour = 23;