TimerFormat class will take a double or long number as milliseconds or seconds and convert it to an easier to understand format.

C# | Visual Basic | Visual Basic Usage | Visual 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');

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | 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()()().) |

Object | |
![]() | TimerFormat |