getHoursComponent method

int getHoursComponent()

Implementation

int getHoursComponent()
{
  return seconds ~/ secondsPerHour;
}