A TenneySoftware Class Library
NativeMethods..::.Timer Class
NamespacesTenneySoftware.HighResolutionTimerNativeMethodsNativeMethods..::.Timer
A class that represents a double point precision timer.
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual 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');
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.

Inheritance Hierarchy
Object
NativeMethods..::.Timer

Assembly: TenneySoftware (Module: TenneySoftware) Version: 0.0.3067.16853 (0.1.0.0)