DatePrototype.setUTCDate(Object, Double) Yöntem
Ö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.
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
- thisob
- Object
Bu yöntemin üzerinde hareket ettığdığı nesne.
- ddate
- Double
İçin ayarlanacak tarih değeri thisob
.
thisob
Değer ayarlandıktan sonra, UTC olarak ifade edilen yeni değeri.
- Öznitelikler
Ürün | Sürümler |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |