Minute
Syntax
Minute(time_value)
Description
Returns the minute 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 minute portion of the time value provided as a parameter.
Example
The following table presents examples of using the Minute function; the second example assumes that the current time is seven minutes past the hour:
| Expression | Result |
|---|---|
|
Minute(13:07:25 ) |
7 |
|
Minute(Time()) |
7 |