March 2003
Intermediate to advanced
512 pages
14h 30m
English
Minute Function
Minute(time)timeUse: Required
Data Type: Date
Any valid date/time expression, or an expression that can be evaluated as a date/time expression.
An Integer.
Returns an integer between 0 and 59 representing the minute of the hour from a given date/time expression.
If time is Null, the Minute
function returns Null.
If time isn’t a valid date/time
expression, the function generates runtime error 13, “Type
mismatch.” To prevent this, use the IsDate
function to check the argument before calling the
Minute function.
Read now
Unlock full access