Second

Description

Obtains the number of seconds in the seconds portion of a time value.

Syntax

Second ( time )

Argument

Description

time

The time value from which you want the seconds

Returns

Integer. Returns the seconds portion of time (00 to 59). If time is null, Second returns null.

Examples

Example 1

This statement returns 31:

Second(19:01:31)

See also