스케쥴 » Api

setdatebackcolor

Description

스케쥴 컴포넌트의 날짜 배경색을 설정하는 API이다.

Parameters

Parameters Type Description
nRValue short Red 값(0~255)
nGValue short Green 값(0~255)
nBValue short Blue 값(0~255)
strDate STRING [옵션] 적용 대상 날짜

Return Value

Type Description
BOOL 정상 처리 여부

Remark

strDate 파라미터를 지정하지 않거나, 공백 문자열을 지정하는 경우, 전체 날짜 배경색을 지정한다.

Example

function btn_test_on_mouseup() { schedule.setdatebackcolor(255, 0, 255, "20181123"); }

See Also

setitemboxbackcolor

Viewer Ver.

9.1.1.1

Update Date

20181123