DatePrototype.getMonth(Object) Metodo

Definizione

Ottiene il valore del mese dell'oggetto DateObject specificato.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

thisob
Object

Oggetto su cui agisce questo metodo.

Restituisce

Double

Valore del mese di thisob.

Attributi

Si applica a

Vedi anche