setDay method

void setDay(
  1. int x
)

Implementation

void setDay(int x) {
  day = x;
}