setEventStart (method)

지정한 ID에 해당하는 일정(Event)의 시작 날짜/시간 정보를 설정합니다.

Syntax

void setEventStart( id, startInput, options );

Parameters

Name Type Required Description
id string 필수 Event의 ID
startInput string 필수 설정할 일정(Event)의 시작 날짜/시간 정보
options Object 선택 옵션

Return Value

none

Example

IBCalendar.get("calendar1").setEventStart("event1", "2020-06-20");

Since

product version desc
core 1.5.0.0 기능 추가