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

Definition

Legt den Jahreswert eines auf DateObject den angegebenen Jahreswert fest.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

thisob
Object

Das Objekt, auf das diese Methode ausgeführt wird.

dyear
Double

Der jahreswert, für thisobden festgelegt werden soll.

month
Object

Der für thisob.

date
Object

Der datumswert, für thisobden festgelegt werden soll.

Gibt zurück

Der Jahreswert, der für thisob.

Attribute

Gilt für:

Weitere Informationen