Microsoft JScript
getMilliseconds Method
Language Reference
Version 3

See Also Applies To


Description
Retrieves the number of milliseconds past the second from the milliseconds value stored in a Date object according to local time.
Syntax
objDate.getMilliseconds()
Remarks
To get the number of milliseconds in Universal Coordinated Time (UTC), use the getUTCMilliseconds method.

The millisecond value returned can range from 0-999.


Comments