D-E > Date.setUTCSeconds |
![]() ![]() ![]() |
Date.setUTCSeconds
Availability
Flash Player 5.
Usage
myDate
.setUTCSeconds(second
[
, millisecond
]
)
)
Parameters
second
An integer from 0 to 59.
millisecond
An integer from 0 to 999. This parameter is optional.
Returns
An integer.
Description
Method; sets the seconds for the specified Date object in universal time, and returns the new time in milliseconds.
![]() ![]() ![]() |