Date getUTCMinutes()
|
syntax: |
date.getUTCMinutes() |
|
return: |
number - a minute in an hour.
|
|
description: |
This method returns the UTC minute, as a number from 0 to 59, of a Date object. The first minute of an hour is 0, and the last is 59.
|