Return true if lhs is earlier than rhs.
Return true if the specified lhs time value is less than the specified rhs time value, and false otherwise. The behavior is undefined unless lhs != Time() and rhs != Time() (i.e., they do not have the, default, value 24:00:00.000000).
true if lhs is earlier than rhs, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand time operand |
| rhs | right-hand time operand |