> For the complete documentation index, see [llms.txt](https://api-docs.rightsline.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.rightsline.com/config/data-types/smptetimecode.md).

# SMPTETimeCode

Timecode is a time represented as Hours:Minutes:Seconds in the format of `hh:mm:ss`.

| Value Precision | is AllowMultiple respected? | Has validation? |
| --------------- | --------------------------- | --------------- |
| 00              | No                          | Yes             |

### SMPTETimeCode Data Type Definition

```json
{
     "fields" : [
     	{
	   "fieldName": "Time Code",
	   "label": "time_code",
	   "required": false,
	   "maxLength": 10000,
	   "editable": true,
	   "dataType": "SMPTETimeCode",
	   "allowMultiple": false,
	   "listOfValues": []
	},
        ...
    ]
}  
```
