DatePrototype.getMilliseconds(Object) 메서드

정의

지정한 DateObject의 밀리초 값을 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

매개 변수

thisob
Object

이 메서드가 수행되는 개체입니다.

반환

thisob의 밀리초 값입니다.

특성

적용 대상

추가 정보