DatePrototype.getUTCFullYear(Object) Yöntem

Tanım

Belirtilen DateObjectdeğerinin Eşgüdümlü Evrensel Saat (UTC) ile ifade edilen yıl 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 getUTCFullYear(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getUTCFullYear)]
public static double getUTCFullYear(object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getUTCFullYear)>]
static member getUTCFullYear : obj -> double
Public Shared Function getUTCFullYear (thisob As Object) As Double

Parametreler

thisob
Object

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

Döndürülenler

utc ile ifade edilen yıl değeri thisob.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.