Returns the minutes in the specified date according to universal time.
Method of Date
Syntax
getUTCMinutes()
Parameters
None
Description
The value returned by getUTCMinutes is an integer between 0 and 59.
Examples
The following example assigns the minutes portion of the current time to the variable min.