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