Syntax |
Second(time) |
Description |
Returns the second of the day encoded in the specified time parameter. |
Comments |
The value returned is an Integer between 0 and 59 inclusive. The time parameter is any expression that converts to a Date. |
Example |
This example fires an event every 10 seconds based on the system clock. Sub Main() |
See Also |
Day (function); Minute (function); Month (function); Year (function); Hour (function); Weekday (function); DatePart (function). |
S |