firstWeek property

Week firstWeek

The first week of this month

Implementation

Week get firstWeek {
  return Week(firstDay);
}