monthAfter method

DateTime monthAfter()

当前时间加 n

Implementation

DateTime monthAfter() => Jiffy.now().add(months: this).dateTime;