Returns a new Date with the given duration added.
duration
Date add(Duration duration) => toDateTime().add(duration).toDate();