DatePrototype.setUTCMilliseconds(Object, Double) Methode

Definitie

Hiermee stelt u de waarde van een DateObject milliseconde in op de opgegeven millisecondenwaarde, uitgedrukt in Coordinated Universal Time (UTC).

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

public:
 static double setUTCMilliseconds(System::Object ^ thisob, double dmsec);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setUTCMilliseconds)]
public static double setUTCMilliseconds(object thisob, double dmsec);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setUTCMilliseconds)>]
static member setUTCMilliseconds : obj * double -> double
Public Shared Function setUTCMilliseconds (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, uitgedrukt in UTC.

Kenmerken

Van toepassing op

Zie ook