User Guide
328 ActionScript classes
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:Number,
[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(millisecond:Number) :
Number
Sets the milliseconds for the
specified Date object according to
local time and returns the new time
in milliseconds.
setMinutes(minute:Number) : Number Sets the minutes for a specified
Date object according to local time
and returns the new time in
milliseconds.
setMonth(month:Number, [date:Number])
: Number
Sets the month for the specified
Date object in local time and returns
the new time in milliseconds.
setSeconds(second:Number) : 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:Number) : Number Sets the date for the specified Date
object in universal time and returns
the new time in milliseconds.
setUTCFullYear(year:Number,
[month:Number], [date:Number]) :
Number
Sets the year for the specified Date
object (my_date) in universal time
and returns the new time in
milliseconds.
Modifiers Signature Description