Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

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.