DatePrototype.setUTCMonth(Object, Double, Object) 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 ay değerini, Eşgüdümlü Evrensel Saat (UTC) ile ifade edilen belirtilen ay değerine ayarlar.
Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.
public:
static double setUTCMonth(System::Object ^ thisob, double dmonth, System::Object ^ date);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setUTCMonth)]
public static double setUTCMonth (object thisob, double dmonth, object date);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setUTCMonth)>]
static member setUTCMonth : obj * double * obj -> double
Public Shared Function setUTCMonth (thisob As Object, dmonth As Double, date As Object) As Double
Parametreler
- thisob
- Object
Bu yöntemin üzerinde işlem yaptığı nesne.
- dmonth
- Double
için thisob
ayarlanacağı ay değeri.
- date
- Object
için thisob
ayarlanacağı tarih değeri.
Döndürülenler
Değer ayarlandıktan sonra değerinin utc olarak ifade edilen yeni değeri thisob
.
- Öznitelikler