Table of Contents

Date.setMinutes( ) Method Flash 5

assign the minutes of a date
date.setMinutes(minutes)

Arguments

minutes

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

Returns

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

See Also

Date.getMinutes( )


Table of Contents