days property

int days

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

Implementation

int get days {
  return _days;
}