DatePrototype.getSeconds(Object) Metoda

Definicja

Pobiera wartość sekund 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 getSeconds(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getSeconds)]
public static double getSeconds (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getSeconds)>]
static member getSeconds : obj -> double
Public Shared Function getSeconds (thisob As Object) As Double

Parametry

thisob
Object

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

Zwraca

Double

Wartość sekund thisob .

Atrybuty

Dotyczy

Zobacz też