contents   index   previous   next



Date getUTCSeconds()

syntax:

date.getUTCSeconds()

return:

number - a second in a minute.

 

description:

This method returns the UTC second, as number from 0 to 59, of a Date object. The first second of a minute is 0, and the last is 59.

 

 


Date getYear()