Aracılığıyla paylaş


DatePrototype.getUTCMonth(Object) Yöntem

Tanım

Belirtilen DateObjectöğesinin Eşgüdümlü Evrensel Saat (UTC) ile ifade edilen ay değerini alır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

thisob
Object

Bu yöntemin üzerinde işlem yaptığı nesne.

Döndürülenler

utc ile ifade edilen ay değeri thisob.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.