millisecondsPerSecond constant

int const millisecondsPerSecond = 1000

The number of milliseconds per second.

Implementation

static const int millisecondsPerSecond = 1000