User Guide
478 ActionScript classes
getUTCMinutes() :
Number
Returns the minutes (an integer from 0 to 59) of the
specified Date object, according to universal time.
getUTCMonth() :
Number
Returns the month (0 [January] to 11 [December]) of
the specified Date object, according to universal time.
getUTCSeconds() :
Number
Returns the seconds (an integer from 0 to 59) of the
specified Date object, according to universal time.
getUTCYear() :
Number
Returns the year of this Date according to universal
time (UTC).
getYear() : Number Returns the year of the specified Date object,
according to local time.
setDate(date:Number)
: Number
Sets the day of the month for the specified Date
object, according to local time, and returns the new
time in milliseconds.
setFullYear(year:Num
ber, [month:Number],
[date:Number]) :
Number
Sets the year of the specified Date object, according
to local time and returns the new time in milliseconds.
setHours(hour:Number
) : Number
Sets the hours for the specified Date object according
to local time and returns the new time in milliseconds.
setMilliseconds(mill
isecond:Number) :
Number
Sets the milliseconds for the specified Date object
according to local time and returns the new time in
milliseconds.
setMinutes(minute:Nu
mber) : Number
Sets the minutes for a specified Date object
according to local time and returns the new time in
milliseconds.
setMonth(month:Numbe
r, [date:Number]) :
Number
Sets the month for the specified Date object in local
time and returns the new time in milliseconds.
setSeconds(second:Nu
mber) : Number
Sets the seconds for the specified Date object in local
time and returns the new time in milliseconds.
setTime(millisecond:
Number) : Number
Sets the date for the specified Date object in
milliseconds since midnight on January 1, 1970, and
returns the new time in milliseconds.
setUTCDate(date:Numb
er) : Number
Sets the date for the specified Date object in universal
time and returns the new time in milliseconds.
Modifiers Signature Description