데이트피커 » Api

setspintype

Description

데이트피커의 spin_type 속성값을 설정한다.

Parameters

Parameters Type Description
nSpinType short spin_type 속성값

Return Value

Type Description
BOOL 정상 적용 여부(true, false)

Example

function btn_on_mouseup() { factory.consoleprint(datepicker.getspintype()); datepicker.setspintype(1); // 수직스핀 표시 }

See Also

getspintype

Viewer Ver.

9.1.1.1

Update Date

20210414