DatePrototype.setUTCDate(Object, Double) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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