DatePrototype.setMonth(Object, Double, Object) Methode

Definitie

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

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

public:
 static double setMonth(System::Object ^ thisob, double dmonth, System::Object ^ date);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setMonth)]
public static double setMonth(object thisob, double dmonth, object date);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setMonth)>]
static member setMonth : obj * double * obj -> double
Public Shared Function setMonth (thisob As Object, dmonth As Double, date As Object) As Double

Parameters

thisob
Object

Het object waarop deze methode handelt.

dmonth
Double

De maandwaarde die moet worden ingesteld voor thisob.

date
Object

De datumwaarde die moet worden ingesteld voor thisob.

Retouren

De nieuwe waarde van thisob nadat de waarde is ingesteld.

Kenmerken

Van toepassing op

Zie ook