Second

Result = Second ( Date AS Date ) AS Integer

Returns the seconds of a Date value in the local timezone.

Examples

PRINT Now; " -> "; Second(Now)
05/16/2002 22:31:30 -> 30

See also