스케쥴 컴포넌트의 날짜 배경색을 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
nRValue | short | Red 값(0~255) |
nGValue | short | Green 값(0~255) |
nBValue | short | Blue 값(0~255) |
strDate | STRING | [옵션] 적용 대상 날짜 |
Type | Description |
---|---|
BOOL | 정상 처리 여부 |
strDate 파라미터를 지정하지 않거나, 공백 문자열을 지정하는 경우, 전체 날짜 배경색을 지정한다.
function btn_test_on_mouseup()
{
schedule.setdatebackcolor(255, 0, 255, "20181123");
}