EasyManua.ls Logo

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT - Page 366

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...
366 Chapter 12: ActionScript Dictionary
Date.setUTCHours()
Availability
Flash Player 5.
Usage
my_date.setUTCHours(hour [, minute [, second [, millisecond]]])
Parameters
hour
An integer from 0 (midnight) to 23 (11 p.m.).
minute An integer from 0 to 59. This parameter is optional.
second An integer from 0 to 59. This parameter is optional.
millisecond An integer from 0 to 999. This parameter is optional.
Returns
An integer.
Description
Method; sets the hour for the specified Date object in universal time, and returns the new time
in milliseconds.
Date.setUTCMilliseconds()
Availability
Flash Player 5.
Usage
my_date.setUTCMilliseconds(millisecond)
Parameters
millisecond
An integer from 0 to 999.
Returns
An integer.
Description
Method; sets the milliseconds for the specified Date object in universal time, and returns the new
time in milliseconds.

Table of Contents

Related product manuals