'getUTCMinutes()' Syntax, Parameters and Note : getUTCMinutes « Javascript Methods « JavaScript Reference

'getUTCMinutes()' Syntax, Parameters and Note

Note:

Returns the minute based on UTC time. 
Return value: 0 to 59.
    
Syntax:
    
dateName.getUTCMinutes()

    

      
      








Related examples in the same category

1.'getUTCMinutes()' Example
2.'getUTCMinutes()' is applied to