days property

int days

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

Implementation

int get days {
  return _days;
}