Table of Contents

Date.getMilliseconds( ) Method Flash 5

the milliseconds of a date
date.getMilliseconds()

Returns

An integer from 0 to 999, representing the milliseconds of date. Note that it does not represent the milliseconds from 1970 � see Date.getTime( ) � rather, it represents the fractional remainder of the seconds indicated by the specified Date object.

See Also

Date.getTime( )


Table of Contents