Second() |
Working with Formulas > Functions Used in Formulas > Date/Time Functions > Second()
SECOND() returns the second corresponding to the date input.
Function Format
SECOND(date)
Return Value
SECOND() returns an integer
Examples
SECOND(DATE(2007, 07, 04, 12, 30, 22)) = 22
SECOND(DATE(2007, 12, 25, 8, 10, 20)) = 20 |