Aracılığıyla paylaş


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

Tanım

değerinin DateObject yıl değerini 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 setFullYear(System::Object ^ thisob, double dyear, System::Object ^ month, System::Object ^ date);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setFullYear)]
public static double setFullYear (object thisob, double dyear, object month, object date);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setFullYear)>]
static member setFullYear : obj * double * obj * obj -> double
Public Shared Function setFullYear (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

için thisobayarlanan yıl değeri.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.