dayBefore method

DateTime dayBefore()

当前时间减 n

Implementation

DateTime dayBefore() => Jiffy.now().subtract(days: this).dateTime;