contents   index   previous   next



Date getMilliseconds()

syntax:

date.getMilliseconds()

return:

number - a millisecond in a second.

 

description:

This method returns the millisecond, as a number from 0 to 999, of a Date object. The first millisecond in a second is 0, and the last is 999.

 

 


Date getMinutes()