year property

Year get year

The year containing this month

Implementation

Year get year {
  return Year(referenceDate);
}