DatePrototype.setUTCDate(Object, Double) Yöntem

Tanım

Değerinin DateObject tarih değerini, Eşgüdümlü Evrensel Saat (UTC) ile ifade edilen belirtilen tarih değerine ayarlar.

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

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

Parametreler

thisob
Object

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

ddate
Double

için thisobayarlanacağı tarih değeri.

Döndürülenler

Değer ayarlandıktan sonra değerinin yeni değeri thisob UTC ile ifade edilir.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.