Microsoft SDK for Java

Time.getMillis

Retrieves the milliseconds of the second that this Time object represents.

Syntax

public int getMillis()

Return Value

Returns an integer value that represents the millisecond of the second that this Time object represents.

Remarks

The number returned by the getMillis method is always between 0 and 999.

See Also   getSecond, getMinute, getHour, getTimeOfDay

© 1999 Microsoft Corporation. All rights reserved. Terms of use.