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

 

JScript Date Object setMilliseconds Method

Modifies the milliseconds value stored in the Date object according to local time.

Syntax: JScript Date Object setMilliseconds Method

objDate.setMilliseconds(numMilli)

Arguments: JScript Date Object setMilliseconds Method

objDate

The name of a Date object. Required.

numMilli

A numeric value equal to the millisecond value.

Remarks: JScript Date Object setMilliseconds Method

To set the milliseconds value according to Universal Coordinated Time (UTC), use the setUTCMilliseconds method.

If the value of numMilli is greater than 999 or is a negative number, the stored number of seconds (and minutes, hours, and so forth if necessary) is incremented an appropriate amount.

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