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