| Attributes |
| Name | Required | Request-time | Type | Description |
| autoFocus | false | true | boolean | Whether the field gets focus by default. |
| cssClass | false | true | java.lang.String | A CSS class for styling the component. |
| daylight | false | true | boolean | Whether to consider daylight savings for the times. The default value is true. |
| disabled | false | true | boolean | Whether the field is disabled. |
| displayStyle | false | true | int | A style number corresponding to the time zone. A value of 0 displays the time zone's abbreviated name and a value of 1 displays its full name, e.g. "Pacific Standard Time." The default value is 0. |
| name | true | true | java.lang.String | A name for the component. |
| nullable | false | true | boolean | Whether the times can be null. |
| value | false | true | java.lang.String | The ID of a time zone to associate with the component. For example, setting the value to PST associates the component with the Pacific Standard Time zone. |