Returns the difference between two DateTime objects in hours.
num diffInHours(DateTime other, {bool asFloat = false}) { return diff(other, unit: TimeUnit.hour, asFloat: asFloat); }