Description
Obtains the number of minutes in the minutes portion of a time value.
Syntax
Minute ( time )
Return value
Integer.
Returns the minutes portion of time (00 to 59). If time is null, Minute returns null.
Examples
This statement returns 1:
Minute(19:01:31)
See also
Minute method for DataWindows in the section called “Minute” in DataWindow Reference.