Method
Date.setDate()
Date.setFullYear()
Date.setHours()
Date.setMilliseconds()
Date.setMinutes()
Date.setMonth()
Date.setSeconds()
Date.setTime()
Date.setUTCDate()
Date.setUTCFullYear()
Date.setUTCHours()
Date.setUTCMilliseconds()
Date.setUTCMinutes()
Date.setUTCMonth()
Date.setUTCSeconds()
Date.setYear()
Date.toString()
Date.UTC()
Description
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.
Sets the hour according to universal time. Returns the new time
in milliseconds.
Sets the milliseconds according to universal time. Returns the new
time in milliseconds.
Sets the minutes according to universal time. Returns the new time
in milliseconds.
Sets the month according to universal time. Returns the new time
in milliseconds.
Sets the seconds according to universal time. Returns the new time
in milliseconds.
Sets the year according to local time.
Returns a string value representing the date and time stored in the
specified Date object.
Returns the number of milliseconds between midnight on January 1,
1970, universal time, and the specified time.
Date class
261
Need help?
Do you have a question about the FLEX-FLEX ACTIONSCRIPT LANGUAGE and is the answer not in the manual?