Description
Returns the second that corresponds to the supplied date.
Syntax
SECOND ( serial_number )
Parameter | Description |
---|---|
serial_number | The time as a serial number. The decimal portion of the number represents time as a fraction of the day. |
Examples
This function returns 58:
SECOND(.259)
This function returns 46:
SECOND(34657.904)
See also