setMinutes()
Top
Previous
Next
Syntax
DateObj.setMinutes(
min
)
Arguments
min:
A number from 0 to 59 used to represent the current minute.
Returns
an integer
Description
Method; This method sets the current minute for the Date Object specified according to
Local Time
.