TimeSpan.TotalMicroseconds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value of the current TimeSpan structure expressed in whole and fractional microseconds.
public:
property double TotalMicroseconds { double get(); };
public double TotalMicroseconds { get; }
member this.TotalMicroseconds : double
Public ReadOnly Property TotalMicroseconds As Double
Property Value
Remarks
This property converts the value of this instance from ticks to microseconds. This number might include whole and fractional microseconds.
The TotalMicroseconds property represents whole and fractional microseconds, whereas the Microseconds property represents whole microseconds.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.