DatePrototype.setUTCDate(Object, Double) Yöntem

Tanım

Bir öğesinin tarih değerini, DateObject Eşgüdümlü Evrensel Saat (UTC) olarak ifade edilen 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 hareket ettığdığı nesne.

ddate
Double

İçin ayarlanacak tarih değeri thisob .

Döndürülenler

Double

thisobDeğer ayarlandıktan sonra, UTC olarak ifade edilen yeni değeri.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.