SECONDS constant

int const SECONDS

Constant for seconds unit and conversion.

Implementation

static const int SECONDS = MILLISECONDS * 1000;