Custom Functions
Method
Parameters
Description
gaz.FormatTime
"precision"
Formats the converted timespan to a given precision and makes sure that the format matche the ALGE-Timing protocol
Example: {{ "[RuntimeDisplayboard]" | gaz.FormatTime "Hundredths" }}
precision
can be any of the following enumeration:
"Seconds"
or0
"Tenths"
or1
"Hundredths"
or2
"Thousands"
or3
Last updated