microsecondsPerHour constant

int const microsecondsPerHour = microsecondsPerMinute * minutesPerHour

The number of microseconds per hour.

Implementation

static const int microsecondsPerHour = microsecondsPerMinute * minutesPerHour