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 />

484 <strong>ActionScript</strong> classes<br />

getUTCMinutes() :<br />

Number<br />

getUTCMonth() :<br />

Number<br />

getUTCSeconds() :<br />

Number<br />

getUTCYear() :<br />

Number<br />

Returns the minutes (an integer from 0 to 59) of the<br />

specified Date object, according to universal time.<br />

Returns the month (0 [January] to 11 [December]) of<br />

the specified Date object, according to universal time.<br />

Returns the seconds (an integer from 0 to 59) of the<br />

specified Date object, according to universal time.<br />

Returns the year of this Date according to universal<br />

time (UTC).<br />

getYear() : Number Returns the year of the specified Date object,<br />

according to local time.<br />

setDate(date:Number)<br />

: Number<br />

setFullYear(year:Num<br />

ber, [month:Number],<br />

[date:Number]) :<br />

Number<br />

setHours(hour:Number<br />

) : Number<br />

setMilliseconds(mill<br />

isecond:Number) :<br />

Number<br />

setMinutes(minute:Nu<br />

mber) : Number<br />

setMonth(month:Numbe<br />

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

Number<br />

setSeconds(second:Nu<br />

mber) : Number<br />

setTime(millisecond:<br />

Number) : Number<br />

setUTCDate(date:Numb<br />

er) : Number<br />

Sets the day of the month for the specified Date<br />

object, according to local time, <strong>and</strong> returns the new<br />

time in milliseconds.<br />

Sets the year of the specified Date object, according<br />

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

Sets the hours for the specified Date object according<br />

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

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

according to local time <strong>and</strong> returns the new time in<br />

milliseconds.<br />

Sets the minutes for a specified Date object according<br />

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

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

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

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

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

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

milliseconds since midnight on January 1, 1970, <strong>and</strong><br />

returns the new time in milliseconds.<br />

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

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

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

Saved successfully!

Ooh no, something went wrong!