microsecondsPerMinute constant

int const microsecondsPerMinute = microsecondsPerSecond * secondsPerMinute

Implementation

static const int microsecondsPerMinute =
    microsecondsPerSecond * secondsPerMinute