DatePrototype.getMilliseconds(Object) Metod

Definition

Hämtar millisekundersvärdet för det angivna DateObject.

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

public:
 static double getMilliseconds(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getMilliseconds)]
public static double getMilliseconds(object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getMilliseconds)>]
static member getMilliseconds : obj -> double
Public Shared Function getMilliseconds (thisob As Object) As Double

Parametrar

thisob
Object

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

Returer

Millisekundersvärdet för thisob.

Attribut

Gäller för

Se även