AsSeconds¶
Returns the input value (in seconds) unchanged — completes the time-unit set.
Helper companion to AsMinutes, AsHours, AsDays, AsMonths, and
AsYears. Since the input integer value is already in seconds, the
command simply passes the value through unchanged. It exists for
symmetry with the other time-unit helpers.
Parameters¶
- 1 —
secondsOptional — accepts: field, INT -
Number of seconds. 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