Date > Date.setUTCHours

Date.setUTCHours

Syntax

myDate.setUTCHours(hour [, minute [, second [, millisecond]]]));

Arguments

hour An integer from 0 (midnight) to 23 (11p.m.).

minute An integer from 0 to 59. This argument is optional.

second An integer from 0 to 59. This argument is optional.

millisecond An integer from 0 to 999. This argument is optional.

Description

Method; sets the hour for the specified Date object in universal time.

Player

Flash 5 or later.