Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

JScript Date Object 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: JScript Date Object getUTCMilliseconds Method

objDate.getUTCMilliseconds()

Arguments: JScript Date Object getUTCMilliseconds Method

objDate

The name of a Date object. Required.

Remarks: JScript Date Object getUTCMilliseconds Method

To get the number of milliseconds in local time, use the getMilliseconds method.

The millisecond value returned can range from 0-999.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.