MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 327

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Modifiers
Signature
getSeconds() :
getTime() :
getTimezoneOffset() :
getUTCDate() :
getUTCDay() :
getUTCFullYear() :
getUTCHours() :
getUTCMilliseconds() :
getUTCMinutes() :
getUTCMonth() :
getUTCSeconds() :
getUTCYear() :
Number
Number
Number
Number
Number
Number
Number
Number
Number
Number
Number
Number
Description
Returns the seconds (an integer
from 0 to 59) of the specified Date
object, according to local time.
Returns the number of milliseconds
since midnight January 1, 1970,
universal time, for the specified Date
object.
Returns the difference, in minutes,
between the computer's local time
and universal time.
Returns the day of the month (an
integer from 1 to 31) in the specified
Date object, according to universal
time.
Returns the day of the week (0 for
Sunday, 1 for Monday, and so on) of
the specified Date object, according
to universal time.
Returns the four-digit year of the
specified Date object, according to
universal time.
Returns the hour (an integer from 0
to 23) of the specified Date object,
according to universal time.
Returns the milliseconds (an integer
from 0 to 999) of the specified Date
object, according to universal time.
Returns the minutes (an integer
from 0 to 59) of the specified Date
object, according to universal time.
Returns the month (0 [January] to 11
[December]) of the specified Date
object, according to universal time.
Returns the seconds (an integer
from 0 to 59) of the specified Date
object, according to universal time.
Returns the year of this Date
according to universal time (UTC).
Date
327

Advertisement

Table of Contents
loading

Table of Contents