Next: setUTCMonth
Up: Methods
Previous: setUTCMilliseconds
Contents
setUTCMinutes
Description
Sets the minute for the specified Date object in universal time,
and returns the new time in milliseconds.
Syntax
date1.setUTCMinutes(minute[, second [, millisecond]])
Parameters
- minute
- An integer from 0 to 59.
- second
- Optional. An integer from 0 to 59.
- millisecond
- Optional. An integer from 0 to 999.
Returns
An integer
Copyright ©2000-2010 Shanghai TopCMM Software Technologies. All Rights Reserved.