month property

Month month

the month containing the referenceDate of the week a week can be between two month

Implementation

Month get month {
  return Month(referenceDate);
}