Date.setYear( ) Method

ActionScript for Flash MX: The Definitive Guide, 2nd Edition
By Colin Moock
Chapter 18.  ActionScript Language Reference
Date.setYear( ) Method Flash 5

assign the year, relative to 1900
date.setYear(year, month, day)

Arguments

year

A required integer specifying the new year of date. If one or two digits are supplied, the year is assumed to be in the twentieth century (1900s). For example, 1 is the year 1901, and 99 is the year 1999. Three-digit years are assumed to be prior to 1000 A.D. Use four digits to specify the year 2000 and later. A negative number specifies the number of years B.C., not the number of years before 1900.

month

An optional integer from 0 (January) to 11 (December), not from 1 to 12, representing the new month of the year of date.

day

An optional integer from 1 to 31, representing the new day of the month of date.

Returns

An integer representing the number of milliseconds between the new date and midnight, January 1, 1970.

Description

setYear( ) is identical to setFullYear( ), except that it interprets one- and two-digit years as being relative to 1900, whereas setFullYear( ) interprets them as being relative to 0 A.D.

See Also

Date.getYear( ), Date.setFullYear( )



    ActionScript for Flash MX. The Definitive Guide
    ActionScript for Flash MX: The Definitive Guide, Second Edition
    ISBN: 059600396X
    EAN: 2147483647
    Year: 2002
    Pages: 780
    Authors: Colin Moock

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net