Second Function
SyntaxGroupSecond(dateexpr)
Time/DateDescription
Return the second of the minute (0 to 59).
See Also
Parameters Description dateexpr Return the second of the minute for this date value. If this value is Null then Null is returned.
Hour( ), Minute( ), Time( )
Sub Main Debug.Print Second(#12:00:01 AM#) ' 1 End Sub