Time.getMillis

Overview | Methods | Fields | This Package | All Packages

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