DatePrototype.getMonth(Object) Método

Definición

Obtiene el valor de mes del objeto DateObject especificado.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

thisob
Object

Objeto en el que actúa este método.

Devoluciones

Double

Valor de mes de thisob.

Atributos

Se aplica a

Consulte también