hourAfter method

DateTime hourAfter()

当前时间加 n 小时

Implementation

DateTime hourAfter() => Jiffy.now().add(hours: this).dateTime;