Returns true if the Duration is equal to or longer than one day.
true
bool get isInDays => inDays > 0;