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