DatePrototype.setUTCMonth(Object, Double, Object) Methode

Definitie

Hiermee stelt u de maandwaarde van een DateObject in op de opgegeven maandwaarde, uitgedrukt in Coordinated Universal Time (UTC).

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

public:
 static double setUTCMonth(System::Object ^ thisob, double dmonth, System::Object ^ date);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setUTCMonth)]
public static double setUTCMonth(object thisob, double dmonth, object date);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setUTCMonth)>]
static member setUTCMonth : obj * double * obj -> double
Public Shared Function setUTCMonth (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, uitgedrukt in UTC.

Kenmerken

Van toepassing op

Zie ook