Aracılığıyla paylaş


DatePrototype.getUTCDate(Object) Yöntem

Tanım

Belirtilen değerinin DateObjectEşgüdümlü Evrensel Saat (UTC) ile ifade edilen tarih 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 getUTCDate(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getUTCDate)]
public static double getUTCDate (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getUTCDate)>]
static member getUTCDate : obj -> double
Public Shared Function getUTCDate (thisob As Object) As Double

Parametreler

thisob
Object

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

Döndürülenler

utc ile ifade edilen tarih değeri thisob.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.