Sec1000

sql

FUNCTION Sec1000(IN tm TIME) RETURNS INT;

Parameters

tm time entry in the 602SQL internal format

Description

The Sec1000 function extracts the count of thousandths of seconds from the specified time entry. If the time was acquired from the operating system (e.g. with the Now function), it's accurate only to seconds (therefore it's redundant to ask for thousandths).

Function value

This function returns the count of thousandths of seconds from the range 0 to 999.

See