Default Time Locale
Leave empty to use client locale.
General Information
Domain |
TcHmiSrv |
Full symbol path |
TcHmiSrv.Config::DEFAULTTIMEFORMATLOCALE |
Property is hidden |
No |
Contained in every configuration by default |
No |
JSON Schema
{
"allOf": [
{
"oneOf": [
{
"$ref": "tchmi:general#/definitions/Locale"
},
{
"default": "client",
"enum": [
"client"
],
"type": "string"
}
]
},
{
"configDescription": "DESC_LOCALE",
"propertyOrder": 10
}
]
}