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