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.