DatePrototype.setMilliseconds(Object, Double) Methode

Definitie

Hiermee stelt u de millisecondewaarde van een DateObject waarde in op de opgegeven millisecondenwaarde.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

dmsec
Double

De waarde van milliseconden die moet worden ingesteld voor thisob.

Retouren

De nieuwe waarde van thisob nadat de waarde is ingesteld.

Kenmerken

Van toepassing op

Zie ook