The getUTCMinutes() method returns the minutes portion of the Date object converted to universal time and expressed as an integer from 0 to 59.
<html>
<head>
<title>A Simple Page</title>
<script language="JavaScript">
<!--
dateVar = new Date();
alert(dateVar.getUTCMinutes());
// -->
</script>
</head>
<body>
</body>
</html>
12.20.getUTCMinutes |
| 12.20.1. | Date.getUTCMinutes() |