add method

DateDay add(
  1. Duration duration
)
override

Implementation

DateDay add(Duration duration) => DateDay.dateTime(time.add(duration));