> For the complete documentation index, see [llms.txt](https://docs.dbnetsoft.com/dbnetsoft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dbnetsoft.com/dbnetsoft/raceresultexchange/operation-modes/displayboard/displayboard-brands/alge-timing-gaz-d-line/scripting/custom-functions.md).

# Custom Functions

| Method           | Parameters    | Description                                                                                                                                                         |                                           |
| ---------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| `gaz.FormatTime` | `"precision"` | <p>Formats the converted timespan to a given precision and makes sure that the format matche the ALGE-Timing protocol<br>Example: <code>{{ "\[RuntimeDisplayboard]" | gaz.FormatTime "Hundredths" }}</code></p> |

`precision` can be any of the following enumeration:

* `"Seconds"` or `0`
* `"Tenths"` or `1`
* `"Hundredths"` or `2`
* `"Thousands"` or `3`
