GameTimer
Wrapper for Roku's roTimeSpan that allows time adjustment
Constructor
new GameTimer(): GameTimerInstance Methods
mark(): void
Returns
void
totalMilliseconds(): integer
Returns
integer
totalSeconds(): integer
Returns
integer
getSecondsToISO8601Date(date: string): integer
Parameters
date(string)
Returns
integer
addTime(milliseconds: integer): void
Parameters
milliseconds(integer)
Returns
void
removeTime(milliseconds: integer): void
Parameters
milliseconds(integer)
Returns
void