팩토리 » Api

getholidayindex

Description

추가한 휴일 중 특정 휴일의 인덱스를 반환하는 API이다.

Parameters

Parameters Type Description
strDate STRING 인덱스를 알고싶은 휴일의 날짜

Return Value

Type Description
short 추가한 휴일의 인덱스(ReMark 참조)

Remark

**추가한 휴일 중에 strDate에 해당하는 날이 없는 경우 -1을 리턴한다.

Example

function btngetholidayindex_on_mouseup() { screen.alert("holidayindex: " + factory.getholidayindex("20160921"); }

Viewer Ver.

9.1.1.1

Update Date

20170426