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

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
setUTCHours(hour:Number,
[minute:Number], [second:Number],
[millisecond:Number]) :
setUTCMilliseconds(millisecond:Number
) :
Number
setUTCMinutes(minute:Number,
[second:Number],
[millisecond:Number]) :
setUTCMonth(month:Number,
[date:Number]) :
setUTCSeconds(second:Number,
[millisecond:Number]) :
setYear(year:Number) :
toString() :
static
UTC(year:Number, month:Number,
[date:Number], [hour:Number],
[minute:Number], [second:Number],
[millisecond:Number]) :
valueOf() :
Methods inherited from class Object
addProperty (Object.addProperty
(Object.hasOwnProperty
(Object.isPropertyEnumerable
method),
registerClass (Object.registerClass
(Object.toString
(Object.valueOf
method),
Number
Number
Number
Number
Number
String
Number
Number
method),
method),
isPropertyEnumerable
method),
method),
unwatch (Object.unwatch
watch (Object.watch method)
Description
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.
Returns the number of milliseconds
between midnight on January 1,
1970, universal time, and the time
specified in the parameters.
Returns the number of milliseconds
since midnight January 1, 1970,
universal time, for this Date.
hasOwnProperty
isPrototypeOf (Object.isPrototypeOf
method),
toString
method),
valueOf
Date
329

Advertisement

Table of Contents
loading

Table of Contents