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

ON THIS PAGE