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