DatePrototype.getUTCMilliseconds(Object) Metodo

Definizione

Ottiene il valore millisecondo dell'oggetto specificato DateObject, espresso in UTC (Coordinated Universal Time).

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

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

Parametri

thisob
Object

Oggetto su cui agisce questo metodo.

Valori restituiti

Valore in millisecondo di thisob, espresso in formato UTC.

Attributi

Si applica a

Vedi anche