Aracılığıyla paylaş


DateConstructor.UTC Yöntem

Tanım

Belirtilen tarih ve saati eşdeğerine Double dönüştürür.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

public:
 static double UTC(System::Object ^ year, System::Object ^ month, System::Object ^ date, System::Object ^ hours, System::Object ^ minutes, System::Object ^ seconds, System::Object ^ ms);
[Microsoft.JScript.JSFunction((Microsoft.JScript.JSFunctionAttributeEnum) 0, Microsoft.JScript.JSBuiltin.Date_UTC)]
public static double UTC (object year, object month, object date, object hours, object minutes, object seconds, object ms);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.None, Microsoft.JScript.JSBuiltin.Date_UTC)]
public static double UTC (object year, object month, object date, object hours, object minutes, object seconds, object ms);
[<Microsoft.JScript.JSFunction((Microsoft.JScript.JSFunctionAttributeEnum) 0, Microsoft.JScript.JSBuiltin.Date_UTC)>]
static member UTC : obj * obj * obj * obj * obj * obj * obj -> double
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.None, Microsoft.JScript.JSBuiltin.Date_UTC)>]
static member UTC : obj * obj * obj * obj * obj * obj * obj -> double
Public Shared Function UTC (year As Object, month As Object, date As Object, hours As Object, minutes As Object, seconds As Object, ms As Object) As Double

Parametreler

year
Object

Dönüştürülecek tarih ve saatin yılı.

month
Object

Dönüştürülecek tarih ve saatin ayı.

date
Object

Dönüştürülecek tarih ve saatin tarihi.

hours
Object

Dönüştürülecek tarih ve saatin saatleri.

minutes
Object

Dönüştürülecek tarih ve saatin dakikaları.

seconds
Object

Dönüştürülecek tarih ve saatin saniye sayısı.

ms
Object

Dönüştürülecek tarih ve saatin milisaniyeleri.

Döndürülenler

Double Belirtilen tarih ve saatin eşdeğeridir.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.