달력 타입을 설정하는 API이다.
| Parameters | Type | Description | 
|---|---|---|
| nCalendarType | short | calendar_type 속성값 | 
| Type | Description | 
|---|---|
| BOOL | 정상 처리 여부 | 
파라미터 값이 유효하지 않은 경우, false가 리턴된다.
**데이트피커의 calendar_type 속성에서 설정한 것과 동일한 기능을 한다.
function btnsetcalendartype_on_mouseup()
{
    // 년달력으로 변경
	datepicker.setcalendartype(3);
}