minutesPerHour constant

int const minutesPerHour = 60

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

Implementation

static const int minutesPerHour = 60