Table of Contents

Date.setUTCSeconds( ) Method Flash 5

assign the seconds of a date (UTC time)
date.setUTCSeconds(seconds)

Arguments

seconds

An integer from 0 to 59, representing the new seconds of the minute 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