Mark Method

Object List Next Object

Defined By:
StopClock

Description:

Places a labeled time-stamp in the mark list at the time it is called. The text argument is saved with the mark in the list until the stop clock is reset.

Declaration:

Sub Mark(ByVal text As String)

Details:

The mark list makes it easy to track a time sequence of complex events by putting customized stamps down in the time-span measured. Stop clocks support measuring the time between any two marks and the span of elapsed time from when the stop clock was started to when the mark was placed in the list. Marks can be found in the list by index or by the label text.

See Also:

MarkCount property, MarkElapsedTime, MarkIndex, MarkText, MarkTimeSpan methods