| Attributes |
| Name | Required | Request-time | Type | Description |
| id | true | false | java.lang.String | A unique id for the component. |
| start | true | false | com.icesoft.faces.facelets.component.select.SelectInputCalendar | Must resolve to an instance of SelectInputCalendar (or SelectInputTime when time is required) |
| end | true | false | com.icesoft.faces.facelets.component.select.SelectInputCalendar | Must resolve to an instance of SelectInputCalendar (or SelectInputTime when time is required). |
| renderTime | false | false | java.lang.Boolean | Sets if the time of day is required. When true, the start and end attributes must resolve to an instance of com.icesoft.faces.facelets.component.select.SelectInputTime (default false) |
| disabled | false | false | java.lang.Boolean | Flag indicating that this component must never receive focus or be included in a subsequent submit. |
| styleClassTable | false | false | java.lang.String | Applied to ice:panelGrid that contains the ice:selectOneMenu components |
| styleMonth | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |
| styleClassMonthh | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |
| effectMonth | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |
| titleMonth | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |
| styleDay | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |
| styleClassDay | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |
| effectDay | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |
| titleDay | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |
| styleYear | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |
| styleClassYear | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |
| effectYear | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |
| titleYear | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |
| styleHour | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |
| styleClassHour | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |
| effectHour | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |
| titleHour | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |
| styleMinute | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |
| styleClassMinute | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |
| effectMinute | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |
| titleMinute | false | false | java.lang.String | Passed through to the appropriate ice:selectOneMenu |