Condividi tramite


DatePrototype.getMilliseconds(Object) Metodo

Definizione

Ottiene il valore dei millisecondi dell'oggetto DateObject specificato.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

thisob
Object

Oggetto su cui agisce questo metodo.

Restituisce

Double

Valore dei millisecondi di thisob.

Attributi

Si applica a

Vedi anche