SWiSH Player Support
SWF5 or later - Supported Internally
Syntax
DateObj.setUTCFullYear(year {, month {, date}})
Arguments
year: This is a four-digit number used to specify the year.
month: This is a number from 0 to 11 used to represent the month (0 being January, 1 being February, etc.) This is an optional argument.
date: This is a number from 1 to 31 used to represent the day of the month. This is an optional argument.
Returns
an integer
Description
Method; This method is used to set the full four-digit year for the Date Object specified according to Universal Time.