Table of Contents

Date.setUTCMilliseconds( ) Method Flash 5

assign the milliseconds of a date (UTC time)
date.setUTCMilliseconds(ms)

Arguments

ms

An integer from 0 to 999, representing the new milliseconds of date, in UTC time.

Returns

An integer representing the number of milliseconds between the new date and midnight, January 1, 1970 in UTC time.


Table of Contents