EventcalendarEventUpdateオブジェクト
| コンポーネント情報 | |
|---|---|
| version | 8.0.1 |
イベント更新情報を保持するクラスです。
var eventcalendarEventUpdate = {
colorCd : String, // カラーコード
description : String, // 説明
endDate : DateTime, // 終了日付
eventKey : EventKey, // イベントキー
gradiationType : GradiationType, // グラデーション種別
itemKey : ItemKey, // アイテムキー
startDate : DateTime, // 開始日付
timezoneId : String, // タイムゾーンID
title : String // タイトル
}
プロパティの概要
| 型 | プロパティ名 | アクセス権 |
|---|---|---|
| String | colorCd カラーコード |
|
| String | description 説明 |
|
| DateTime | endDate 終了日付 |
|
| EventKey | eventKey イベントキー |
|
| GradiationType | gradiationType グラデーション種別 |
|
| ItemKey | itemKey アイテムキー |
|
| DateTime | startDate 開始日付 |
|
| String | timezoneId タイムゾーンID |
|
| String | title タイトル |