7.11.15 getUTCMilliseconds Method

Retrieves the number of milliseconds past the second from the milliseconds value stored in a Date object according to Universal Coordinated Time (UTC).
Syntax
objDate.getUTCMilliseconds()
Arguments
- objDate
- The name of a Date object. Required.
Remarks
To get the number of milliseconds in local time, use the getMilliseconds method.
The millisecond value returned can range from 0-999.
Copyright © 2000 Chili!Soft
|