getHours method

double getHours()

Implementation

double getHours() {
  return getMinutes() / 60.0;
}