Initializes a new instance of the TimeSpan class.
The time interval in milliseconds.
Private
Readonly
elapsedGets the milliseconds component of the time interval represented by the current TimeSpan.
The millisecond component of this instance.
Gets the value of the current TimeSpan expressed in whole and fractional microseconds.
The total number of microseconds represented by this instance.
Static
fromStatic
fromCreates a time span from milliseconds.
The time span.
The number of milliseconds.
Static
fromStatic
fromGenerated using TypeDoc
Represents a time interval.