| Attributes |
| Name | Required | Request-time | Type | Description |
| amPmParam | true | true | java.lang.String | Sets the name of the AM/PM parameter for the time input. An acceptable value is ampm. |
| amPmValue | false | true | int | Sets the time to AM or PM. Acceptable values are 0 for AM and 1 for PM. The default value is 0. |
| cssClass | false | true | java.lang.String | Sets the CSS class for styling the time input. |
| dateParam | false | true | java.lang.String | Sets the date parameter for the time input. An acceptable value is date. |
| dateValue | false | true | java.util.Date | Sets a date to associate with the time displayed. |
| disabled | false | true | boolean | Sets whether the input field is disabled. |
| hourParam | true | true | java.lang.String | Sets the name of the hour parameter for the component. An acceptable value is hour. |
| hourValue | false | true | int | Sets the hour for the time displayed. The default value is 12. |
| minuteInterval | false | true | int | Sets the minute intervals displayed in the input. The default value is 30. |
| minuteParam | true | true | java.lang.String | Sets the name of the minute parameter for the component. An acceptable value is minute. |
| minuteValue | false | true | int | Sets the minute for the time displayed. The default value is 00. |
| name | false | true | java.lang.String | Sets the time input's name. |