months property

int months

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

Implementation

int get months {
  return _months;
}