특정일의 기간일정중 키값이 동일한 일정을 삭제하는 API이다.
Parameters | Type | Description |
---|---|---|
strDate | STRING | 기간일정을 삭제할 날짜 |
strKey | STRING | 기간일정 키 데이터 |
Type | Description |
---|---|
BOOL | 정상 처리 여부 |
function btn_on_mouseup()
{
schedule.deleteperioditembydatekey("20231203", "KEY");
}