IsTimeLessThan
Docslocal retval = IsTimeLessThan(timeA, timeB)Description
Subtracts the second argument from the first, then returns whether the result is negative.
Parameters
| Name | Type | Description |
|---|---|---|
timeA | int | — |
timeB | int | — |
Returns
BOOLReturns TRUE (1) or FALSE (0).