method Date.setMinutes
Private
Date.setMinutes(
min: number,
sec?: number,
ms?: number,
): number

Sets the minutes value in the Date object using local time.

Parameters

min: number

A numeric value equal to the minutes value.

optional
sec: number

A numeric value equal to the seconds value.

optional
ms: number

A numeric value equal to the milliseconds value.

Return Type

number