Share via


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

Tanım

değerinin DateObject yıl değerini, Eşgüdümlü Evrensel Saat (UTC) cinsinden 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 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 UTC ile ifade edilen yeni değeri thisob .

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.