DatePrototype.getSeconds(Object) Metódus

Definíció

Lekéri a megadott DateObjectmásodpercértéket.

Ez az API a termékinfrastruktúrát támogatja, és közvetlenül a kódból nem használható.

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

Paraméterek

thisob
Object

A metódus által alkalmazott objektum.

Válaszok

A másodperc értéke thisob.

Attribútumok

A következőre érvényes:

Lásd még