Aracılığıyla paylaş


DatePrototype.getUTCHours(Object) Yöntem

Tanım

Belirlenen DateObject evrensel saat (UTC) olarak ifade edilen saat 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 getUTCHours(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getUTCHours)]
public static double getUTCHours (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getUTCHours)>]
static member getUTCHours : obj -> double
Public Shared Function getUTCHours (thisob As Object) As Double

Parametreler

thisob
Object

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

Döndürülenler

Double

thisobUTC olarak ifade edilen saat değeri.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.