Determines if this DateTime is before or the same moment as other.
other
bool operator <= (DateTime other) => !(this > other);