스케쥴 » Api

deleteperioditembyindex

Description

특정일의 기간일정중 인덱스에 해당하는 기간일정을 삭제하는 API이다.

Parameters

Parameters Type Description
strDate STRING 기간일정 날짜
nIndex short 기간일정 인덱스

Return Value

Type Description
BOOL 정상 처리 여부

Example

function btn_on_mouseup() { schedule.deleteperioditembyindex("20231203", 0); }

Viewer Ver.

9.1.1.1

Update Date

20240110