Second
Syntax
Second(time_value)
Description
Returns the second portion of the time value provided as a parameter.
Parameters
| Parameter | Description |
|---|---|
|
time_value |
A time value, such as the value returned by the Time() function. |
Returns
Returns the second portion of the time value provided as a parameter.
Example
The following table presents examples of using the Second function; the second example assumes that the current time is 25 seconds after the minute:
| Expression | Result |
|---|---|
|
Second(13:07:25 ) |
25 |
|
Second(Time()) |
25 |