TMBASIC
Documentation
Docs
GitHub
TMBASIC Documentation
TimeSpan
Type
TimeSpan
represents a duration of time with millisecond precision.
Use the functions
Milliseconds
,
Seconds
,
Minutes
,
Hours
, or
Days
to create a
TimeSpan
.
Use the functions
TotalMilliseconds
,
TotalSeconds
,
TotalMinutes
,
TotalHours
, or
TotalDays
to retrieve the duration in the desired time units.