TimeSpan.nanos

Convert to nanoseconds

Note: this may incur loss of data because nanoseconds cannot represent the range of data a TimeSpan can represent.

struct TimeSpan
@property const
long
nanos
()

Return Value

Type: long

The number of nanoseconds that this TimeSpan represents.

Meta