contents   index   previous   next



Date setMilliseconds()

syntax:

date.setMilliseconds(millisecond)

where:

millisecond - a millisecond in a minute.

 

return:

number - time in milliseconds as set.

 

description:

This method sets the 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.

 

 


Date setMinutes()