Method
Date.getMilliseconds()
Date.getMinutes()
Date.getMonth()
Date.getSeconds()
Date.getTime()
Date.getTimezoneOffset()
Date.getUTCDate()
Date.getUTCDay()
Date.getUTCFullYear()
Date.getUTCHours()
Date.getUTCMilliseconds()
Date.getUTCMinutes()
Date.getUTCMonth()
Date.getUTCSeconds()
Date.getYear()
Date.setDate()
Date.setFullYear()
Date.setHours()
Date.setMilliseconds()
Date.setMinutes()
Date.setMonth()
Date.setSeconds()
Date.setTime()
Date.setUTCDate()
Date.setUTCFullYear()
238
Chapter 2: ActionScript Language Reference
Description
Returns the milliseconds according to local time.
Returns the minutes according to local time.
Returns the month according to local time.
Returns the seconds according to local time.
Returns the number of milliseconds since midnight January 1, 1970,
universal time.
Returns the difference, in minutes, between the computer's local time
and universal time.
Returns the day of the month according to universal time.
Returns the day of the week according to universal time.
Returns the four-digit year according to universal time.
Returns the hour according to universal time.
Returns the milliseconds according to universal time.
Returns the minutes according to universal time.
Returns the month according to universal time.
Returns the seconds according to universal time.
Returns the year according to local time.
Sets the day of the month according to local time. Returns the new
time in milliseconds.
Sets the full year according to local time. Returns the new time
in milliseconds.
Sets the hour according to local time. Returns the new time
in milliseconds.
Sets the milliseconds according to local time. Returns the new time
in milliseconds.
Sets the minutes according to local time. Returns the new time
in milliseconds.
Sets the month according to local time. Returns the new time
in milliseconds.
Sets the seconds according to local time. Returns the new time
in milliseconds.
Sets the date in milliseconds. Returns the new time in milliseconds.
Sets the date according to universal time. Returns the new time
in milliseconds.
Sets the year according to universal time. Returns the new time
in milliseconds.
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?