| Attributes |
| Name | Required | Request-time | Type | Description |
| amPmParam | true | true | java.lang.String | The name of the AM/PM parameter for the time input. An acceptable value is ampm. |
| amPmValue | false | true | int | A 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 | A CSS class for styling the component. |
| dateParam | false | true | java.lang.String | A date parameter for the time input. An acceptable value is date. |
| dateValue | false | true | java.util.Date | A date to associate with the time displayed. |
| disabled | false | true | boolean | Whether the input field is disabled. |
| hourParam | true | true | java.lang.String | The name of the hour parameter for the component. An acceptable value is hour. |
| hourValue | false | true | int | An hour value for the time displayed. The default value is 12. |
| minuteInterval | false | true | int | A minute interval displayed in the input. The default value is 30. |
| minuteParam | true | true | java.lang.String | The name of the minute parameter for the component. An acceptable value is minute. |
| minuteValue | false | true | int | A minute value for the time displayed. The default value is 00. |
| name | false | true | java.lang.String | A name for the time input. |
| timeFormat | false | true | java.lang.String | The time format for the time displayed. Acceptable values include 24-hour for 24 hour format (i.e., 13:00 for 1:00 PM) , am-pm for 12 hour format (i.e., 1:00 PM and 1:00 AM), and locale for the locale's default time format. |