03.05.2013 Views

ActionScript 2.0 Language Reference - Adobe Help and Support

ActionScript 2.0 Language Reference - Adobe Help and Support

ActionScript 2.0 Language Reference - Adobe Help and Support

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Modifiers Signature Description<br />

setUTCFullYear(year:<br />

Number,<br />

[month:Number],<br />

[date:Number]) :<br />

Number<br />

setUTCHours(hour:Num<br />

ber,<br />

[minute:Number],<br />

[second:Number],<br />

[millisecond:Number]<br />

) : Number<br />

setUTCMilliseconds(m<br />

illisecond:Number) :<br />

Number<br />

setUTCMinutes(minute<br />

:Number,<br />

[second:Number],<br />

[millisecond:Number]<br />

) : Number<br />

setUTCMonth(month:Nu<br />

mber, [date:Number])<br />

: Number<br />

setUTCSeconds(second<br />

:Number,<br />

[millisecond:Number]<br />

) : Number<br />

setYear(year:Number)<br />

: Number<br />

Sets the year for the specified Date object (my_date)<br />

in universal time <strong>and</strong> returns the new time in<br />

milliseconds.<br />

Sets the hour for the specified Date object in universal<br />

time <strong>and</strong> returns the new time in milliseconds.<br />

Sets the milliseconds for the specified Date object in<br />

universal time <strong>and</strong> returns the new time in<br />

milliseconds.<br />

Sets the minute for the specified Date object in<br />

universal time <strong>and</strong> returns the new time in<br />

milliseconds.<br />

Sets the month, <strong>and</strong> optionally the day, for the<br />

specified Date object in universal time <strong>and</strong> returns the<br />

new time in milliseconds.<br />

Sets the seconds for the specified Date object in<br />

universal time <strong>and</strong> returns the new time in<br />

milliseconds.<br />

Sets the year for the specified Date object in local time<br />

<strong>and</strong> returns the new time in milliseconds.<br />

toString() : String Returns a string value for the specified date object in a<br />

readable format.<br />

Date 485

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!