DatePrototype.getUTCMilliseconds(Object) Metod

Definition

Hämtar millisekundersvärdet för det angivna DateObject, 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 getUTCMilliseconds(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getUTCMilliseconds)]
public static double getUTCMilliseconds(object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getUTCMilliseconds)>]
static member getUTCMilliseconds : obj -> double
Public Shared Function getUTCMilliseconds (thisob As Object) As Double

Parametrar

thisob
Object

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

Returer

Millisekundersvärdet för thisob, uttryckt i UTC.

Attribut

Gäller för

Se även