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