DatePrototype.getMonth(Object) Methode

Definition

Ruft den Monatswert des angegebenen DateObjectab.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

thisob
Object

Das Objekt, auf das diese Methode ausgeführt wird.

Gibt zurück

Der Monatswert von thisob.

Attribute

Gilt für:

Weitere Informationen