지정한 ID의 달력 객체를 삭제합니다.
void IBCalendar.delete(id);
| Name | Type | Required | Description |
|---|---|---|---|
| id | string |
필수 | 달력 객체의 id |
none
if (IBCalendar.has("calendar1")) {
IBCalendar.delete("calendar1");
}
| product | version | desc |
|---|---|---|
| core | 1.5.0.0 | 기능 추가 |