SECOND

Returns the seconds (0-59) for a given time.

Syntax

SECOND(time)

Arguments

time Time value to extract the seconds. Use the format (hour, minute, seconds)

Example

SECOND(TIME(8,15,10)) returns 10.