addMonths abstract method

DateTime addMonths(
  1. DateTime date,
  2. int months
)

This mixin's implementation of Every.next and Every.previous.

Implementation

DateTime addMonths(DateTime date, int months);