Returns the number of whole days spanned by this Duration.
int get inDays => _duration ~/ Duration.MICROSECONDS_PER_DAY;