DatePrototype.getFullYear(Object) Metoda

Definicja

Pobiera wartość year określonego DateObject .

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

thisob
Object

Obiekt, na którym działa ta metoda.

Zwraca

Double

Wartość roku thisob .

Atrybuty

Dotyczy

Zobacz też