IsTimeEqualTo
Docslocal retval = IsTimeEqualTo(timeA, timeB)Description
Returns true if the two times are equal; otherwise returns false.
Parameters
| Name | Type | Description |
|---|---|---|
timeA | int | — |
timeB | int | — |
Returns
BOOLReturns TRUE (1) or FALSE (0).
local retval = IsTimeEqualTo(timeA, timeB)Returns true if the two times are equal; otherwise returns false.
| Name | Type | Description |
|---|---|---|
timeA | int | — |
timeB | int | — |
BOOLReturns TRUE (1) or FALSE (0).
No snippets yet. Be the first to contribute!