SearchDateFilterオブジェクト
| コンポーネント情報 | |
|---|---|
| version | 8.0.1 |
スケジュール候補検索の検索条件を保持するクラスです。
var searchDateFilter = {
endDate : DateTime, // 終了日
facilityConditions : FacilityCondition[], // 利用施設
isExcludeOnHoliday : Boolean, // 休日除外状態
isNarrowOnDayOfWeek : Boolean, // 曜日絞り込み状態
necessaryHour : Integer, // 所要時間(時)
necessaryMinute : Integer, // 所要時間(分)
participants : String[], // 参加者
prospectTime : TermOfTime[], // 時間帯
searchDayOfWeek : DayOfWeekType[], // 検索対象の曜日
startDate : DateTime, // 開始日
timezoneId : String // タイムゾーンID
}
プロパティの概要
| 型 | プロパティ名 | アクセス権 |
|---|---|---|
| DateTime | endDate 終了日 |
|
| FacilityCondition[] | facilityConditions 利用施設 |
|
| Boolean | isExcludeOnHoliday 休日除外状態 |
|
| Boolean | isNarrowOnDayOfWeek 曜日絞り込み状態 |
|
| Integer | necessaryHour 所要時間(時) |
|
| Integer | necessaryMinute 所要時間(分) |
|
| String[] | participants 参加者 |
|
| TermOfTime[] | prospectTime 時間帯 |
|
| DayOfWeekType[] | searchDayOfWeek 検索対象の曜日 |
|
| DateTime | startDate 開始日 |
|
| String | timezoneId タイムゾーンID |
プロパティの詳細
|
DateTime endDate
終了日
|
|
FacilityCondition[] facilityConditions
利用施設
|
|
Boolean isExcludeOnHoliday
休日除外状態
|
|
Boolean isNarrowOnDayOfWeek
曜日絞り込み状態
|
|
Integer necessaryHour
所要時間(時)
|
|
Integer necessaryMinute
所要時間(分)
|
|
String[] participants
参加者
|
|
TermOfTime[] prospectTime
時間帯
|
|
DayOfWeekType[] searchDayOfWeek
検索対象の曜日
|
|
DateTime startDate
開始日
|
|
String timezoneId
タイムゾーンID
|