TimeFormatType

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the TimeFormatType.
codeStringtrueCode of the TimeFormatType
nameStringtrueName of the TimeFormatType.
patternStringtruePattern 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"
}