setUTCMinutes()
Top  Previous  Next


SWiSH Player Support
SWF5 or later - Supported Internally

Syntax
DateObj.setUTCMinutes(min {, sec {, ms}})

Arguments
min: A number from 0 to 59 used to represent the current minute.
sec:
A number from 0 to 59 used to represent the current minute. This is an optional argument.
ms:
A number from 0 to 999 used to represent the current millisecond. This is an optional argument.

Returns
an integer

Description
Method; This method is used to set the current minute for the Date Object specified according to Universal Time.