Second Function
Syntax
Second(dateexpr)
Group
Description
Returns the second of the minute (0 to 59).
Parameters
| Parameters | Description |
|---|---|
| dateexpr | Returns the second of the minute for this date value. If this value is Null, Null is returned. |
Example
Sub Main Debug.Print Second(#12:00:01 AM#) ' 1 End Sub
See also