DatePrototype.getUTCMonth(Object) Metodo

Definizione

Ottiene il valore del mese dell'oggetto specificato DateObject, espresso nell'ora UTC (Coordinated Universal Time).

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

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

Parametri

thisob
Object

Oggetto su cui agisce questo metodo.

Valori restituiti

Valore del mese di thisob, espresso in formato UTC.

Attributi

Si applica a

Vedi anche