lastYear property

Year lastYear

The year before this year

Implementation

Year get lastYear {
  return Year(firstDay.yesterday);
}