microsecondsPerMillisecond constant

int const microsecondsPerMillisecond

The number of microseconds per millisecond.

Implementation

static const int microsecondsPerMillisecond = 1000;