DatePrototype.getUTCMilliseconds(Object) Metoda

Definicja

Pobiera wartość milisekundy określoną DateObject , wyrażoną w uniwersalnym czasie koordynowanym (UTC).

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

thisob
Object

Obiekt, na którym działa ta metoda.

Zwraca

Double

Wartość milisekundy thisob wyrażona w formacie UTC.

Atrybuty

Dotyczy

Zobacz też