setHour method

void setHour(
  1. int x
)

Implementation

void setHour(int x) {
  hour = x;
}