AsMinutes¶
Converts an integer number of seconds into the equivalent number of minutes.
Helper that divides the input or parameter (in seconds) by 60 to
produce the equivalent number of minutes.
Parameters¶
- 1 —
secondsOptional — accepts: field, INT -
Number of seconds to convert to minutes. If omitted, a single integer input must be provided.
Input type¶
INT
Output type¶
INT
Requires¶
- Either a single value must be presented as an input or a single integer parameter must be provided.
Examples¶
From input
From static parameter