minuteBefore method

DateTime minuteBefore()

当前时间减 n 分钟

Implementation

DateTime minuteBefore() => Jiffy.now().subtract(minutes: this).dateTime;