Modifiers
Signature
setUTCFullYear(year:
Number,
[month:Number],
[date:Number]) :
Number
setUTCHours(hour:Num
ber,
[minute:Number],
[second:Number],
[millisecond:Number]
) : Number
setUTCMilliseconds(m
illisecond:Number) :
Number
setUTCMinutes(minute
:Number,
[second:Number],
[millisecond:Number]
) : Number
setUTCMonth(month:Nu
mber, [date:Number])
: Number
setUTCSeconds(second
:Number,
[millisecond:Number]
) : Number
setYear(year:Number)
: Number
toString() : String
Description
Sets the year for the specified Date object (my_date)
in universal time and returns the new time in
milliseconds.
Sets the hour for the specified Date object in universal
time and returns the new time in milliseconds.
Sets the milliseconds for the specified Date object in
universal time and returns the new time in
milliseconds.
Sets the minute for the specified Date object in
universal time and returns the new time in
milliseconds.
Sets the month, and optionally the day, for the
specified Date object in universal time and returns the
new time in milliseconds.
Sets the seconds for the specified Date object in
universal time and returns the new time in
milliseconds.
Sets the year for the specified Date object in local
time and returns the new time in milliseconds.
Returns a string value for the specified date object in a
readable format.
Date
479
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?