maxHour constant

int const maxHour

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

Implementation

static const int maxHour = 23;