DatePrototype.setUTCMilliseconds(Object, Double) Metod

Definition

Anger millisekundersvärdet för en DateObject till det angivna millisekundersvärdet, uttryckt i Coordinated Universal Time (UTC).

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Parametrar

thisob
Object

Det objekt som den här metoden agerar på.

dmsec
Double

Millisekundersvärdet som ska anges för thisob.

Returer

Det nya värdet för thisob efter att värdet har angetts, uttryckt i UTC.

Attribut

Gäller för

Se även