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