GetTimeDifference
Docslocal retval = GetTimeDifference(timeA, timeB)Description
Subtracts the second argument from the first.
Parameters
| Name | Type | Description |
|---|---|---|
timeA | int | — |
timeB | int | — |
Returns
intReturns an integer value.
local retval = GetTimeDifference(timeA, timeB)Subtracts the second argument from the first.
| Name | Type | Description |
|---|---|---|
timeA | int | — |
timeB | int | — |
intReturns an integer value.
No snippets yet. Be the first to contribute!