myDate.setMinutes( mins, [ secs ], [ ms ] ) in ECMAScript 262

Set the minute number in the local timezone.

Arguments

nametypedescription
mins Number The new minute number, express
secs Number [optional] The new second number, express
ms Number [optional] The new milliseconds, expresse
Return Type
Number

Description

If the optional parameters are omitted, they are left unchanged in the date object.