Initializes a new instance of the TimeSpan class, wrapping a numeric value to this object.
A number that represents the time span in nanoseconds.
An object that is used to configure the output of this object.
Gets the configurable output object for this object.
Gets the numberic value that represents the time span in nanoseconds.
Gets the time span expressed in hours.
A string with the time value converted to hours.
Gets the time span expressed in micro-seconds.
A string with the time value converted to micro-seconds.
Gets the time span expressed in mili-seconds.
A string with the time value converted to mili-seconds.
Gets the time span expressed in minutes.
A string with the time value converted to minutes.
Gets the time span expressed in nano-seconds.
A string with the time value converted to nano-seconds.
Gets the time span expressed in seconds.
A string with the time value converted to seconds.
Gets the time expressed with the most appropriate unit.
A string with the time value converted to its most appropriate format.
Generated using TypeDoc
Represents a difference, or measurement of a time value, and has the ability to output that time in many different formats.