DatePrototype.getUTCMonth(Object) Metod

Definition

Hämtar månadsvärdet för den angivna DateObject, uttryckt i Coordinated Universal Time (UTC).

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Parametrar

thisob
Object

Det objekt som den här metoden agerar på.

Returer

Månadsvärdet för thisob, uttryckt i UTC.

Attribut

Gäller för

Se även