Second

Returns the second for the date/time entered as a parameter (from 0 to 59).

Syntax

Second(dateTime)
Seconde(dateTime)
dateTime = date/time for which you want to extract the second portion

Remarks

If you want to retrieve the current minute, you can use the Now function as a parameter.

Example

Second(Now()) = current hour; at 14:51:20, returns 20

Classification

DateTime