setMonth method

void setMonth(
  1. int x
)

Implementation

void setMonth(int x) {
  month = x;
}