DatePrototype.getMonth(Object) Methode

Definitie

Hiermee wordt de maandwaarde van de opgegeven waarde opgehaald DateObject.

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

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

Retouren

De maandwaarde van thisob.

Kenmerken

Van toepassing op

Zie ook