DatePrototype.getFullYear(Object) Método

Definición

Obtiene el valor de año del objeto DateObject especificado.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

thisob
Object

Objeto en el que actúa este método.

Devoluciones

Double

Valor de año de thisob.

Atributos

Se aplica a

Consulte también