microsecondsPerMillisecond constant

int const microsecondsPerMillisecond = 1000

The number of microseconds per millisecond.

Implementation

static const int microsecondsPerMillisecond = 1000