The Minute function returns the minute of the hour for a given DateTime (0 to 59).
Syntax 1
|
The Minute function returns the minute of the hour for a given DateTime (0 to 59). |
|
Minute() |
Syntax 2
|
The Minute function returns the minute of the hour for a given DateTime (0 to 59). |
|
Minute(dateTime) |
|
Arguments: |
|
|
dateTime |
DateTime - A date-time. |
Remarks
- If a Date (not a DateTime) is passed, the function returns 0.
- Example: Minute("2005-1-28T22:10:45") returns 10.
Comments
0 comments
Article is closed for comments.