asDays
Converts a duration from seconds to days.
Parameters
DURATION (number)
The number of seconds to convert.
Examples
ATL in Script | Result |
---|---|
| 3 |
| 3.47 |
To reduce the result to its integer part, use truncate.
ATL in Script | Result |
---|---|
| 3.47 |
| 3 |
Converts a duration from seconds to days.
DURATION (number)
The number of seconds to convert.
ATL in Script | Result |
---|---|
| 3 |
| 3.47 |
To reduce the result to its integer part, use truncate.
ATL in Script | Result |
---|---|
| 3.47 |
| 3 |