DatePrototype.setUTCFullYear(Object, Double, Object, Object) Yöntem

Tanım

Bir DateObject öğesinin yıl değerini, Eşgüdümlü Evrensel Saat (UTC) ile ifade edilen belirtilen yıl değerine ayarlar.

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

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

Parametreler

thisob
Object

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

dyear
Double

için thisobayarlanacağı yıl değeri.

month
Object

için thisobayarlanacağı ay değeri.

date
Object

için thisobayarlanacağı tarih değeri.

Döndürülenler

Değer ayarlandıktan sonra değerinin yeni değeri thisob UTC ile ifade edilir.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.