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