Overload List
| Name | Description |
|---|---|
| TimeTicks()()() | Constructs the default counter object.
The initial value is defined
by the super class default constructor
|
| TimeTicks(TimeTicks) |
Constructs a new object with the same value
as the passed object.
|
| TimeTicks(UInteger32) | Constructs a new object with the value
contained in the UInteger32 object.
|
| TimeTicks(String) |
Constructor. Parse unsigned 32-bit integer from the argument string.
|
| TimeTicks(UInt32) |
Constructor. Initialize the TimeTicks class to unsigned integer value supplied.
|