roTimeSpan
This object provides an interface to a simple timer for tracking the duration of activities. It is useful for tracking how long an action has taken or whether a specified time has elapsed from a starting event. The JavaScript equivalent is "Date".
ifTimeSpan
Mark()
Â
TotalMilliseconds() As Integer
Â
TotalSeconds() As Integer
Â
GetSecondsToISO8601Date(a As String) As Integer
Â
Â