Table of Contents

Date.setUTCHours( ) Method Flash 5

assign the hour of the day (UTC time)
date.setUTCHours(hour)

Arguments

hour

An integer from 0 (midnight) to 23 (11 P.M.), representing the new hour of the day for 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