You are viewing the documentation for Blueriq 16. Documentation for other versions is available in our documentation directory.
MINUTE
Returns the minute of a dateTime value. The minute is returned as an integer in the range 0 - 59.
Syntax
MINUTE ( dateTime )
Inputs
- dateTime - The dateTime value of which the minute must be returned.
Return type
- integer
Examples
Expression | Result | Type |
---|---|---|
MINUTE ( DATETIME ( 2015 , 5 , 25 , 00 , 00 , 00 ) ) | 0 | Integer |
MINUTE ( DATETIME ( 2015 , 5 , 25 , 23 , 45 , 00 ) ) | 45 | Integer |
Overview
Content Tools