Share via


DatePrototype.getUTCSeconds(Object) Yöntem

Tanım

Eşgüdümlü Evrensel Saat (UTC) ile ifade edilen belirtilen DateObjectdeğerinin saniye değerini alır.

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

public:
 static double getUTCSeconds(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getUTCSeconds)]
public static double getUTCSeconds (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getUTCSeconds)>]
static member getUTCSeconds : obj -> double
Public Shared Function getUTCSeconds (thisob As Object) As Double

Parametreler

thisob
Object

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

Döndürülenler

utc ile ifade edilen saniye değeri thisob.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.