microsecondsPerHour constant

int const microsecondsPerHour = microsecondsPerMinute * minutesPerHour

Implementation

static const int microsecondsPerHour = microsecondsPerMinute * minutesPerHour