Returns the number of hours until other.
other
int hoursUntil(DateTime other) => other.difference(this).inHours;