Date setUTCMilliseconds()
syntax: |
date.setUTCMilliseconds(millisecond) |
where: |
millisecond - a millisecond in a minute.
|
return: |
number - time in milliseconds as set.
|
description: |
This method sets the UTC millisecond, as a number from 0 to 59, of a Date object to the parameter millisecond. The first millisecond in a second is 0, and the last is 999.
|