EasyManua.ls Logo

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT - Page 367

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT
816 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Date.setUTCMonth() 367
Date.setUTCMinutes()
Availability
Flash Player 5.
Usage
my_date.setUTCMinutes(minute [, second [, millisecond]])
Parameters
minute
An integer from 0 to 59.
second An integer from 0 to 59. This parameter is optional.
millisecond An integer from 0 to 999. This parameter is optional.
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
month
An integer from 0 (January) to 11 (December).
date An integer from 1 to 31. This parameter is optional.
Returns
An integer.
Description
Method; sets the month, and optionally the day (date), for the specified Date object in universal
time, and returns the new time in milliseconds. Calling this method does not modify the other
fields of the specified Date object, but
Date.getUTCDay() and Date.getDay() may report a new
value if the day of the week changes as a result of specifying a value for the date parameter.

Table of Contents

Related product manuals