스케쥴 컴포넌트의 날짜에 표시되는 사용자 버튼 위치를 설정하는 API이다.
| Parameters | Type | Description | 
|---|---|---|
| nBtnIndex | short | 버튼 인덱스 (Zero-Based) | 
| nBtnPos | short | 버튼 위치 (0~2) | 
| strDate | STRING | 
| Type | Description | 
|---|---|
| BOOL | 정상 처리 여부 | 
nBtnsPos 파라미터는 값은 date_userbtn0_pos 속성값을 기준으로 설정한다.
strDate 파라미터를 지정하는 경우, 특정 날짜의 값을 설정한다.
function btn_test_on_mouseup()
{
    // 0번째 사용자 버튼 숨김 처리
	schedule.setdateuserbtnpos(0, 0);
}