User Guide

Date 329
Methods inherited from class Object
setUTCHours(hour:Number,
[minute:Number], [second:Number],
[millisecond:Number]) : Number
Sets the hour for the specified Date
object in universal time and returns
the new time in milliseconds.
setUTCMilliseconds(millisecond:Number
) : Number
Sets the milliseconds for the
specified Date object in universal
time and returns the new time in
milliseconds.
setUTCMinutes(minute:Number,
[second:Number],
[millisecond:Number]) : Number
Sets the minute for the specified
Date object in universal time and
returns the new time in milliseconds.
setUTCMonth(month:Number,
[date:Number]) : Number
Sets the month, and optionally the
day, for the specified Date object in
universal time and returns the new
time in milliseconds.
setUTCSeconds(second:Number,
[millisecond:Number]) : Number
Sets the seconds for the specified
Date object in universal time and
returns the new time in milliseconds.
setYear(year:Number) : Number Sets the year for the specified Date
object in local time and returns the
new time in milliseconds.
toString() : String Returns a string value for the
specified date object in a readable
format.
static UTC(year:Number, month:Number,
[date:Number], [hour:Number],
[minute:Number], [second:Number],
[millisecond:Number]) : Number
Returns the number of milliseconds
between midnight on January 1,
1970, universal time, and the time
specified in the parameters.
valueOf() : Number Returns the number of milliseconds
since midnight January 1, 1970,
universal time, for this Date.
addProperty (Object.addProperty method), hasOwnProperty
(Object.hasOwnProperty method), isPropertyEnumerable
(Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf
method), registerClass (Object.registerClass method), toString
(Object.toString method), unwatch (Object.unwatch method), valueOf
(Object.valueOf method), watch (Object.watch method)
Modifiers Signature Description