wManager.Wow.Helpers Namespace
WRobot

Timer Constructor (TimeSpan)

Initializes a new instance of the Timer class.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public Timer(
	TimeSpan countDowntime
)
Public Sub New ( _
	countDowntime As TimeSpan _
)
public:
Timer(
	TimeSpan^ countDowntime
)

Parameters

countDowntime
Type: TimeSpan
The count downtime.