A TenneySoftware Class Library
TimerFormat Constructor (time, type)
NamespacesTenneySoftwareTimerFormatTimerFormat(Double, TimeType)
Constructor for creating a new instance of TimerFormat.
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScript
public TimerFormat(
	double time,
	TimeType type
)
Public Sub New ( _
	time As Double, _
	type As TimeType _
)
Dim time As Double
Dim type As TimeType

Dim instance As New TimerFormat(time, type)
public:
TimerFormat(
	double time, 
	TimeType type
)
public TimerFormat(
	double time,
	TimeType type
)
public function TimerFormat(
	time : double, 
	type : TimeType
)
TenneySoftware.TimerFormat = function(time, type);
Parameters
time (Double)
double Time.
type (TimeType)
TimeType Enumeration describing type to use.

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