DatePrototype.setMilliseconds(Object, Double) Methode

Definition

Legt den Millisekundenwert eines werts 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, auf das diese Methode ausgeführt wird.

dmsec
Double

Der millisekundenwert, für thisobden festgelegt werden soll.

Gibt zurück

Der neue Wert nach thisob dem Festlegen des Werts.

Attribute

Gilt für:

Weitere Informationen