EventcalendarEventDateUpdateオブジェクト
| コンポーネント情報 | |
|---|---|
| version | 8.0.1 |
イベント期間の更新情報を保持するクラスです。
var eventcalendarEventDateUpdate = {
endDate : DateTime, // 終了日付
eventKey : EventKey, // イベントキー
itemKey : ItemKey, // アイテムキー
startDate : DateTime // 開始日付
}