MINUTE( ) Function

Returns the minute portion from a DateTime expression.

MINUTE(tExpression)

Return Values

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

See Also

CTOT( ) | DATE( ) | DATETIME( ) | DTOT( ) | HOUR( ) | SEC( ) | SECONDS( ) | SET SECONDS | TIME( )