A class that represents a double point precision timer.
| C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript |
public class Timer
Public Class Timer
Dim instance As NativeMethods.Timer
public ref class Timer
public class Timer
public class Timer
TenneySoftware.HighResolutionTimer.Timer = function(); Type.createClass( 'TenneySoftware.HighResolutionTimer.Timer');
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| NativeMethods..::.Timer()()() |
Constructor for Timer.
| |
| GetTime |
Calculates the elapsed time.
| |
| Reset()()() |
Resets the current counter.
| |
| Start()()() |
Start the timer.
| |
| ToString()()() |
Using the TimerFormat, ToString() will convert the timer's elapsed time to a easy to read string.
(Overrides Object.ToString()()().) | |
| ToTimerFormat()()() |
This will convert the timer's elapsed time into an easier to manage TimerFormat format.
|
| Object | |
| NativeMethods..::.Timer | |