DatePrototype.getMilliseconds(Object) Metodo

Definizione

Ottiene il valore in millisecondo dell'oggetto specificato DateObject.

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.

Valori restituiti

Valore in millisecondo di thisob.

Attributi

Si applica a

Vedi anche