Returns a new Date by adding the specified duration. The operation is performed in UTC.
Date add(Duration duration) => Date(_dateTime.add(duration));