Returns true if this time is after other.
other
bool operator >(FTime other) => compareTo(other) > 0;