Checks if this DateTime is between the start and end DateTimes (inclusive).
bool isBetween(DateTime start, DateTime end) { return DateTimeCalculator.isBetween(this, start, end); }