Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: int Nanosecond(this DateTime)

Declaration

public static int Nanosecond(
    this DateTime datetime
)

Summary

Inexplicably, the DateTime type does not offer any way of retrieving the full precision of the underlying data other than via Ticks or the ToString method. This extension method fills in the void.