스케쥴 » Api

deleteperioditembydatekey

Description

특정일의 기간일정중 키값이 동일한 일정을 삭제하는 API이다.

Parameters

Parameters Type Description
strDate STRING 기간일정을 삭제할 날짜
strKey STRING 기간일정 키 데이터

Return Value

Type Description
BOOL 정상 처리 여부

Example

function btn_on_mouseup() { schedule.deleteperioditembydatekey("20231203", "KEY"); }

Viewer Ver.

9.1.1.1

Update Date

20240110