Table of Contents

Date.setSeconds( ) Method Flash 5

assign the seconds of a date
date.setSeconds(seconds)

Arguments

seconds

An integer from 0 to 59, representing the new seconds of the minute of date. Values above 59 or below 0 are carried over to the minutes of date.

Returns

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

See Also

Date.getSeconds( )


Table of Contents