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