Skip to content

Minutes

aggregating category: date no `||`

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

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

Parameters

1minutes Optional — accepts: field, INT

Number of minutes 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

Minutes()

From static parameter

Minutes(240)

See also

Days, Hours, Seconds, Months, Years, AsMinutes