Table of Contents

Date.getUTCDay( ) Method Flash 5

the day of the week (UTC time)
date.getUTCDay()

Returns

An integer from 0 (Sunday) to 6 (Saturday), representing the day of the week for date, where date is treated as a UTC time.


Table of Contents