Syntax: @SECOND(DT)
DT = a date/time value
@SECOND returns the seconds (0 to 59) component of date/time value DT.
Examples:
@SECOND(.1000000) = 0
@SECOND(.8755342) = 46
@SECOND(.0645977) = 1