Description
The Second() function returns a number between 0 and 59 that represents the second of the minute.
This function has the form:
Second(time)
Parameter | Description |
---|---|
time | (required) Any expression that can represent a time |
Examples
The following examples show the basic use of this function:
Example 1
Msgbox(Second("13:45:21"))
This produces the following result:
21
Example 2
Msgbox(Second(Now()))
Miscellaneous Information
Supported in Version: | 1.0 |
---|