EasyManua.ls Logo

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT - Page 361

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT
816 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Date.setFullYear() 361
Description
Method; returns the year of the specified Date object, according to local time. Local time is
determined by the operating system on which Flash Player is running. The year is the full year
minus 1900. For example, the year 2000 is represented as 100.
See also
Date.getFullYear()
Date.setDate()
Availability
Flash Player 5.
Usage
my_date.setDate(date)
Parameters
date
An integer from 1 to 31.
Returns
An integer.
Description
Method; sets the day of the month for the specified Date object, according to local time, and
returns the new time in milliseconds. Local time is determined by the operating system on which
Flash Player is running.
Date.setFullYear()
Availability
Flash Player 5.
Usage
my_date.setFullYear(year [, month [, date]] )
Parameters
year
A four-digit number specifying a year. Two-digit numbers do not represent years; for
example, 99 is not the year 1999, but the year 99.
month An integer from 0 (January) to 11 (December). This parameter is optional.
date A number from 1 to 31. This parameter is optional.
Returns
An integer.

Table of Contents

Related product manuals