months property

int months

The number of months spanned by the months component of this DateDuration.

Implementation

int get months {
  return _months;
}