Date > Date.setUTCMinutes

Date.setUTCMinutes

Syntax

myDate.setUTCMinutes(minute [, second [, millisecond]]));

Arguments

minute An integer from 0 to 59.

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 minute for the specified Date object in universal time.

Player

Flash 5 or later.