팩토리 » Api

setfirstdayofweek

Description

달력 표시시 첫번째로 표시할 요일을 지정한다.

Parameters

Parameters Type Description
nFirstDayOfWeek short 달력 표시시 첫번째 요일(0: 일요일, 1:월요일)

Return Value

Type Description
BOOL 정상 적용 여부(true, false)

Remark

함수를 호출한 이후에 생성되는 달력에 반영된다.

Example

function btnsetfirstdayofweek_on_mouseup() { // 월요일을 첫번재 요일로 표시 factory.setfirstdayofweek(1); }

Viewer Ver.

9.1.1.1

Update Date

20180323