asMilliseconds
Converts a duration from seconds to milliseconds.
Parameters
DURATION (number)
The number of seconds to convert.
Examples
ATL in Script | Result |
---|---|
| 1,000 |
| 1.25 |
To reduce the result to its integer part, use truncate.
ATL in Script | Result |
---|---|
| 1.25 |
| 1 |