DatePrototype.getUTCMilliseconds(Object) Yöntem

Tanım

Belirtilen DateObjectdeğerinin milisaniye değerini Eşgüdümlü Evrensel Saat (UTC) ile ifade eder.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

thisob
Object

Bu yöntemin üzerinde işlem yaptığı nesne.

Döndürülenler

utc ile ifade edilen milisaniye değeri thisob.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.