microsecondsPerWeek constant

int const microsecondsPerWeek

The number of microseconds per week.

Implementation

static const int microsecondsPerWeek =
    Duration.microsecondsPerDay * daysPerWeek;