MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 351

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

Method
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()
Constructor for the Date class
Availability
Flash Player 5.
Usage
new Date()
new Date(year, month [, date [, hour [, minute [, second [, millisecond ]]]]])
Parameters
A value of 0 to 99 indicates 1900 though 1999; otherwise all four digits of the year must
year
be specified.
An integer from 0 (January) to 11 (December).
month
Description
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
351

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents