Skip to content

Seconds

aggregating category: date no `||`

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

1seconds Optional — 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

Seconds()

From static parameter

Seconds(53)

See also

Days, Hours, Minutes, Months, Years, AsSeconds