setMinutes( )
Sets minutes portion of time.
Syntax
<oRef>.setMinutes(<expN>)
<oRef>
The Date object whose minutes you want to change.
<expN>
The minute number, normally between 0 and 59.
Property of
Date
Description
The setMinutes( ) method sets the minutes portion of "time" for the Date object.