데이트피커의 spin_type 속성값을 설정한다.
| Parameters | Type | Description |
|---|---|---|
| nSpinType | short | spin_type 속성값 |
| Type | Description |
|---|---|
| BOOL | 정상 적용 여부(true, false) |
function btn_on_mouseup()
{
factory.consoleprint(datepicker.getspintype());
datepicker.setspintype(1); // 수직스핀 표시
}