
Date.getUTCMonth() Method
This is the Title of the Book, eMatter Edition
Copyright © 2007 O’Reilly & Associates, Inc. All rights reserved.
Alphabetical Language Reference
|
511
Returns
An integer from 0 (Sunday) to 6 (Saturday), representing the day of the week for date,
where
date is treated as a UTC time.
Date.getUTCFullYear() Method
the four-digit year (UTC time)
Flash 5
date.getUTCFullYear()
Returns
A four-digit integer, representing the year for date, where date is treated as a UTC time (for
example, 1999 or 2000).
Date.getUTCHours() Method
the hour of the day (UTC time)
Flash 5
date.getUTCHours()
Returns
An integer from 0 (midnight) to 23 (11 P.M.), representing the hour of the day for date,
where
date is treated as a UTC time.
Date.getUTCMilliseconds() Method
the milliseconds of a date (UTC time)
Flash 5
date.getUTCMilliseconds()
Returns
An integer from 0 to 999, representing the milliseconds of date, where date is treated as a
UTC time.
Date.getUTCMinutes() Method
the minutes of a date (UTC time)
Flash 5
date.getUTCMinutes()
Returns
An integer from 0 to 59, representing the minutes of the hour of date, where date is treated
as a UTC time.
Date.getUTCMonth() Method
the month of the year (UTC time)
Flash 5
date.getUTCMonth()
Returns
An integer from 0 (January) to 11 (December), not 1 to 12, representing the month of the
year of
date, where date is treated as a UTC time.