Determines if this DateTime is before other.
other
bool operator < (DateTime other) => compareTo(other) < 0;