DatePrototype.getMilliseconds(Object) Methode

Definition

Ruft den Millisekundenwert des angegebenen DateObject ab.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 static double getMilliseconds(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getMilliseconds)]
public static double getMilliseconds (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getMilliseconds)>]
static member getMilliseconds : obj -> double
Public Shared Function getMilliseconds (thisob As Object) As Double

Parameter

thisob
Object

Das Objekt, für den diese Methode ausgeführt wird.

Gibt zurück

Der Millisekundenwert von thisob.

Attribute

Gilt für:

Weitere Informationen