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