|
MINUTE() Advantage Concepts |
|
|
Advantage Expression Engine function that returns the minute portion of a time or timestamp value
Syntax
MINUTE( <tTime> | <tTimeStamp> ) -> nMinute
Parameters
<tTime> A time value to convert OR
<tTimeStamp> A timestamp value to convert
Return Values
MINUTE() returns a number in the range of 0 to 59 as an integer numeric value. If the time or timestamp argument is empty, MINUTE() returns zero.
Remarks
MINUTE() is a time conversion function used to return the minute portion of a time or timestamp value.
Advantage Expression Engine functions can be used in expressions such as record filter expressions and index expressions. They are not necessarily scalars supported within SQL statements. For a list of supported SQL scalar functions, see Supported Scalar Functions.
See Also