DAYSTOSECS

DAYSTOSECS returns a FLOAT BINARY(53) value that is the number of seconds corresponding to the number of days.

Read syntax diagramSkip visual syntax diagram
>>-DAYSTOSECS(x)-----------------------------------------------><

x
An expression that specifies the number of days.

x must have a computational type and is converted to FIXED BINARY(31,0) if necessary.

DAYSTOSECS(x) is the same as x*(24*60*60).






Published: 23 December 2018