setMonth property

void setMonth= (int value)

Implementation

set setMonth(int value) {
  _month = value;
}