DatePrototype.setMinutes(Object, Double, Object, Object) Methode

Definitie

Hiermee stelt u de minutenwaarde van een DateObject waarde in op de opgegeven minutenwaarde.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static double setMinutes(System::Object ^ thisob, double dmin, System::Object ^ sec, System::Object ^ msec);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setMinutes)]
public static double setMinutes(object thisob, double dmin, object sec, object msec);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setMinutes)>]
static member setMinutes : obj * double * obj * obj -> double
Public Shared Function setMinutes (thisob As Object, dmin As Double, sec As Object, msec As Object) As Double

Parameters

thisob
Object

Het object waarop deze methode handelt.

dmin
Double

De minutenwaarde die moet worden ingesteld voor thisob.

sec
Object

De waarde voor seconden die moet worden ingesteld voor thisob.

msec
Object

De waarde van milliseconden die moet worden ingesteld voor thisob.

Retouren

De nieuwe waarde van thisob nadat de waarde is ingesteld.

Kenmerken

Van toepassing op

Zie ook