second()

Examples


The second() function returns the seconds portion of a given time value.

Syntax

second(time)

Parameters

time – A time or datetime value.

Return value

An integer between 0 and 59.


Documentation Feedback