Skip to content

Hours

aggregating category: date no `||`

Converts a number of hours into the corresponding number of seconds.

Helper that multiplies the input or parameter (in hours) into seconds.

Parameters

1hours Optional — accepts: field, INT

Number of hours to convert to 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

Hours()

From static parameter

Hours(19)

See also

Days, Minutes, Seconds, Months, Years, AsHours