MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 328

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Modifiers
Signature
getYear() :
setDate(date:Number) :
setFullYear(year:Number,
[month:Number], [date:Number]) :
Number
setHours(hour:Number) :
setMilliseconds(millisecond:Number) :
Number
setMinutes(minute:Number) :
setMonth(month:Number, [date:Number])
:
Number
setSeconds(second:Number) :
setTime(millisecond:Number) :
setUTCDate(date:Number) :
setUTCFullYear(year:Number,
[month:Number], [date:Number]) :
Number
328
ActionScript classes
Number
Number
Number
Number
Number
Number
Number
Description
Returns the year of the specified
Date object, according to local time.
Sets the day of the month for the
specified Date object, according to
local time, and returns the new time
in milliseconds.
Sets the year of the specified Date
object, according to local time and
returns the new time in milliseconds.
Sets the hours for the specified
Date object according to local time
and returns the new time in
milliseconds.
Sets the milliseconds for the
specified Date object according to
local time and returns the new time
in milliseconds.
Sets the minutes for a specified
Date object according to local time
and returns the new time in
milliseconds.
Sets the month for the specified
Date object in local time and returns
the new time in milliseconds.
Sets the seconds for the specified
Date object in local time and returns
the new time in milliseconds.
Sets the date for the specified Date
object in milliseconds since
midnight on January 1, 1970, and
returns the new time in milliseconds.
Sets the date for the specified Date
object in universal time and returns
the new time in milliseconds.
Sets the year for the specified Date
object (my_date) in universal time
and returns the new time in
milliseconds.

Advertisement

Table of Contents
loading

Table of Contents