Custom Functions

MethodParametersDescription

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" or 0

  • "Tenths" or 1

  • "Hundredths" or 2

  • "Thousands" or 3

Last updated