특정일의 기간일정 갯수를 반환하는 API이다.
Parameters | Type | Description |
---|---|---|
strDate | STRING | 일정 날짜 |
Type | Description |
---|---|
long | 특정일의 기간일정 갯수 |
function btn_on_mouseup()
{
var nPeriodItemCount = schedule.getperioditemcount("20231203");
screen.alert("nPeriodItemCount = " + nPeriodItemCount);
}