Skip to content

Days

aggregating category: date no `||`

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

Helper that multiplies the input or parameter (in days) into seconds. Useful for date arithmetic where the engine stores dates as seconds.

Parameters

1days Optional — accepts: field, INT

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

Days()

From static parameter

Days(42)

See also

Hours, Minutes, Seconds, Months, Years, AsDays