DatePrototype.setMilliseconds(Object, Double) Methode

Definition

Legt den Millisekundenwert eines DateObject auf den angegebenen Millisekundenwert fest.

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

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

Parameter

thisob
Object

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

dmsec
Double

Der für thisob festzulegende Millisekundenwert.

Gibt zurück

Der neue Wert von thisob nach dem Festlegen des Werts.

Attribute

Gilt für:

Weitere Informationen