| Info | Value | 
|---|---|
| Component Type | org.primefaces.component.Clock | 
| Handler Class | None | 
| Renderer Type | org.primefaces.component.ClockRenderer | 
| Description | None | 
| Name | Required | Type | Description | 
|---|---|---|---|
pattern | false | javax.el.ValueExpression
(must evaluate to String)
					 | Datetime format. | 
mode | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Mode of the client, valid values are client and server. | 
autoSync | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | Syncs time periodically in server mode. | 
syncInterval | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
					 | Defines the sync interval in autoSync mode, default is 60000 milliseconds. | 
timeZone | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
					 | String or a java.util.TimeZone instance to specify the timezone used for date conversion, defaults to TimeZone.getDefault() | 
displayMode | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Display mode, valid values are digital(default) and analog. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.