TimeFormatType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Unique identifier for the TimeFormatType. |
code | String | true | Code of the TimeFormatType |
name | String | true | Name of the TimeFormatType. |
pattern | String | true | Pattern of the format, like "HH:mm:ss" |
JSON representation
{ "id": 1, "code": "HH:mm:ss 24h", "name": "HH:mm:ss", "pattern": "HH:mm:ss", "nameI18n": "HH:mm:ss" }