Date.setUTCMinutes()
Availability
Flash Player 5.
Usage
my_date.setUTCMinutes(minute [, second [, millisecond]])
Parameters
An integer from 0 to 59.
minute
An integer from 0 to 59. This parameter is optional.
second
millisecond
Returns
An integer.
Description
Method; sets the minute for the specified Date object in universal time, and returns the new time
in milliseconds.
Date.setUTCMonth()
Availability
Flash Player 5.
Usage
my_date.setUTCMonth(month [, date])
Parameters
An integer from 0 (January) to 11 (December).
month
An integer from 1 to 31. This parameter is optional.
date
Returns
An integer.
Description
Method; sets the month, and optionally the day (
time, and returns the new time in milliseconds. Calling this method does not modify the other
fields of the specified Date object, but
value if the day of the week changes as a result of specifying a value for the
An integer from 0 to 999. This parameter is optional.
Date.getUTCDay()
), for the specified Date object in universal
date
and
Date.getDay()
may report a new
parameter.
date
Date.setUTCMonth()
367
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?