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

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

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