Table of Contents

Date.setUTCMinutes( ) Method Flash 5

assign the minutes of a date (UTC time)
date.setUTCMinutes(minutes)

Arguments

minutes

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