wManager.Wow.Helpers Namespace
WRobot

Timer Members

The Timer type exposes the following members.

Constructors


  Name Description
Public method Timer()()()()
Initializes a new instance of the StopWatch class.
Public method Timer(Double)
Initializes a new instance of the Timer class.
Public method Timer(TimeSpan)
Initializes a new instance of the Timer class.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method ForceReady
Forces the ready.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Peek
Returns the time that has passed since the Reset() method was called.
Public method Reset()()()()
Resets the stopwatch. This method should be called when you start measuring.
Public method Reset(Double)
Resets the stopwatch. This method should be called when you start measuring.
Public method TimeLeft
Returns timer left.
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property CountDowntime
Holds the value of the Frequency property.
Public property IsReady
Returns true if the timer is ready
Public property StartTime
Gets or sets the start time.