MarkTimes object
The MarkTimes collection holds MarkTime objects, also called timers. The MarkTimes collection is accessible through the MarkTimes property of the control. 

The MarkTime object, also called timer, can be used to:

The following sample shows a timer on the control:

The MarkTimes collection supports the following properties and methods:

NameDescription
AddAdds a MarkTime object to the collection and returns a reference to the newly created object.
ClearRemoves all objects in a collection.
CountReturns the number of objects in a collection.
ItemReturns a specific MarkTime of the MarkTimes collection, giving its key.
RemoveRemoves a specific member from the MarkTimes collection.