hoursFromNow method

DateTime hoursFromNow (int hours)

Return the point in time hours from now.

Implementation

DateTime hoursFromNow(int hours) => fromNow(hours: hours);