length property

int length

The number of days in this month

Implementation

int get length {
  return referenceDate.monthLength;
}