스케쥴 » Api

getperioditemcount

Description

특정일의 기간일정 갯수를 반환하는 API이다.

Parameters

Parameters Type Description
strDate STRING 일정 날짜

Return Value

Type Description
long 특정일의 기간일정 갯수

Example

function btn_on_mouseup() { var nPeriodItemCount = schedule.getperioditemcount("20231203"); screen.alert("nPeriodItemCount = " + nPeriodItemCount); }

Viewer Ver.

9.1.1.1

Update Date

20240110