DatePrototype.getSeconds(Object) Metod

Definition

Hämtar sekundvärdet för den angivna DateObject.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Parametrar

thisob
Object

Det objekt som den här metoden agerar på.

Returer

Sekundvärdet för thisob.

Attribut

Gäller för

Se även