Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

ON THIS PAGE


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
 
  • No labels