Time::Format Function
Formats a race time.
Syntax
string Time::Format(
int raceTimeMs
)
Parameters
int raceTimeMs
The race time to format. If -1
is passed specifically, the string invalid
is returned.
Return value
string
The formatted race time.
Remarks
None.