TimeSpan.TotalNanoseconds 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 nanoseconds.
public:
property double TotalNanoseconds { double get(); };
public double TotalNanoseconds { get; }
member this.TotalNanoseconds : double
Public ReadOnly Property TotalNanoseconds As Double
Property Value
Remarks
This property converts the value of this instance from ticks to nanoseconds. This number might include whole and fractional nanoseconds.
The TotalNanoseconds property represents whole and fractional nanoseconds, whereas the Nanoseconds property represents whole nanoseconds.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.