DatePrototype.setFullYear(Object, Double, Object, Object) Methode

Definitie

Hiermee stelt u de jaarwaarde van een DateObject waarde in op de opgegeven jaarwaarde.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

dyear
Double

De jaarwaarde die moet worden ingesteld voor thisob.

month
Object

De maandwaarde die moet worden ingesteld voor thisob.

date
Object

De datumwaarde die moet worden ingesteld voor thisob.

Retouren

De jaarwaarde die is ingesteld voor thisob.

Kenmerken

Van toepassing op

Zie ook