MINUTE( ) Function
Returns the minute portion from a DateTime expression.
MINUTE(tExpression)
Return Value
Numeric
Parameters
- tExpression
Specifies the DateTime expression from which the minute portion is returned.
Example
The following example displays the minute portion of the current time and the minute portion of a specific time.
CLEAR
? MINUTE(DATETIME( ))
? MINUTE({^1998-02-16 10:42a}) && Displays 42