달력 » Api

setshownextdate

Description

일달력시 이전달/이후달 날짜 표시 여부를 설정하는 API이다.

Parameters

Parameters Type Description
bIsShowNextDate BOOL 이전달/이후달 표시여부(true, false)

Return Value

Type Description
void

Remark

**달력의 shownextdate 속성에서 설정한 것과 동일한 기능을 한다.

Example

function btnsetshownextdate_on_mouseup() { calendar.setshownextdate(false); // 일달력시 이전달/이후달 날짜표시 안되게 설정 }

See Also

getshownextdate

Viewer Ver.

9.1.1.1

Update Date

20160923