add method

DateMonth add(
  1. Duration duration
)

Implementation

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