Type
Time Function

Purpose
The seconds function extracts the seconds from a time value expressed in 24-hour format.

Syntax
seconds( TIME VALUE ) paren

Returns
An integer value from 0 to 59.

Examples
seconds( 09: 15: 34)
Returns: 34

seconds( 02: 53: 20)
Returns: 20

seconds( CHECK-OUT T IME)
Returns the seconds value in the CHECK-OUT TIME field for every record that is processed. If a record contains the value 07:30:25, the function returns 25.