Checks if the current date and time is greater than the given date and time.
bool operator >(DateTime other) => isAfter(other);