Seconds¶
Returns the input number of seconds unchanged — completes the time-unit set.
Helper companion to Minutes, Hours, Days, Months, and Years.
Since the integer value is already in seconds the command simply passes
the value through; 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