setMonth method

dynamic setMonth(
  1. int month
)

Implementation

setMonth(int month) {
  month = month_!;
}