Start of change

DAYSTOMICROSECS

DAYSTOMICROSECS returns a FIXED BINARY(63) value that is the number of microseconds that corresponds to the number of days.

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

x
An expression that specifies the number of days.

x must have a computational type and will be converted to FIXED BINARY(31) if necessary.

DAYSTOMICROSECS(x) is the same as x*(24*60*60*1_000_000).

End of change