DatePrototype.setSeconds(Object, Double, Object) 메서드

정의

DateObject 값을 지정된 초 값으로 설정합니다.

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

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

매개 변수

thisob
Object

이 메서드가 동작하는 개체입니다.

dsec
Double

에 대해 설정할 초 값입니다 thisob.

msec
Object

설정할 값(밀리초)입니다 thisob.

반품

값이 설정된 후의 thisob 새 값입니다.

특성

적용 대상

추가 정보