minutesPerHour constant

int const minutesPerHour

The number of minutes in one hour, i.e. 60.

Implementation

static const int minutesPerHour = 60;