DatePrototype.getUTCMilliseconds(Object) 方法

定義

取得指定 DateObject時間的毫秒值,以協調世界時(UTC)表示。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 static double getUTCMilliseconds(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getUTCMilliseconds)]
public static double getUTCMilliseconds(object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getUTCMilliseconds)>]
static member getUTCMilliseconds : obj -> double
Public Shared Function getUTCMilliseconds (thisob As Object) As Double

參數

thisob
Object

這個方法作用的對象。

傳回

毫秒值 thisob以UTC表示。

屬性

適用於

另請參閱