DatePrototype.getFullYear(Object) Methode

Definitie

Hiermee wordt de jaarwaarde van de opgegeven DateObject.

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

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

Retouren

De jaarwaarde van thisob.

Kenmerken

Van toepassing op

Zie ook