setMonth method

Date setMonth(
  1. int month
)

Implementation

Date setMonth(int month) => DateTime.utc(year, month, day).date;