Returns a Duration representing this number in days.
Duration get days => Duration(microseconds: (this * 1000 * 1000 * 60 * 60 * 24).toInt());