Aracılığıyla paylaş


DatePrototype.setUTCMonth(Object, Double, Object) Yöntem

Tanım

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 thisobayarlanacağı ay değeri.

date
Object

için thisobayarlanacağı tarih değeri.

Döndürülenler

Değer ayarlandıktan sonra değerinin utc olarak ifade edilen yeni değeri thisob .

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.