User Guide

Date 479
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.
setUTCHours(hour:Num
ber,
[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(m
illisecond: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:Nu
mber, [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.
Modifiers Signature Description