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

'setUTCMinutes()' Syntax, Parameters and Note

Note:

Uses UTC time to set the minutes.
    
Syntax:
    
dateName.setUTCMinutes(param1, param2, param3)

Parameters:
    param1   Required; the minutes. Value: 0 to 59.
    param2   Optional; the seconds. Value: 0 to 59.
    param3   Optional; the milliseconds elapsed in the current second. 
             Value: 0 to 999. 

    

      
      








Related examples in the same category

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