Aracılığıyla paylaş


DatePrototype.getSeconds(Object) Yöntem

Tanım

Belirtilen saniye değerini alır DateObject .

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

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

Parametreler

thisob
Object

Bu yöntemin üzerinde hareket ettığdığı nesne.

Döndürülenler

Double

Saniye değeri thisob .

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.