monthBefore method

DateTime monthBefore()

当前时间减 n

Implementation

DateTime monthBefore() => Jiffy.now().subtract(months: this).dateTime;