A TenneySoftware Class Library
TimerFormat Class
NamespacesTenneySoftwareTimerFormat
TimerFormat class will take a double or long number as milliseconds or seconds and convert it to an easier to understand format.
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScript
public class TimerFormat
Public Class TimerFormat
Dim instance As TimerFormat
public ref class TimerFormat
public class TimerFormat
public class TimerFormat
TenneySoftware.TimerFormat = function();

Type.createClass(
	'TenneySoftware.TimerFormat');
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TimerFormat(Int64, TimeType)
Constructor for creating a new instance of TimerFormat.

TimerFormat(Double, TimeType)
Constructor for creating a new instance of TimerFormat.

Days
Gets the Days from time.

Hours
Gets the Hours from time.

Microseconds
Gets the Microseconds from time.

Milliseconds
Gets the Milliseconds from time.

Minutes
Gets the Minutes from time.

Nanoseconds
Gets the Nanoseconds from time.

Seconds
Gets the Seconds from time.

ToString()()()
Converts formatted time into an easy to read format.
(Overrides Object.ToString()()().)
Inheritance Hierarchy
Object
TimerFormat

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