DateTimeOffset.Nanosecond 属性

定义

获取由当前 DateTimeOffset 对象表示的时间的纳秒分量。

public:
 property int Nanosecond { int get(); };
public int Nanosecond { get; }
member this.Nanosecond : int
Public ReadOnly Property Nanosecond As Integer

属性值

注解

如果依赖于 或 UtcNowNow属性来准确跟踪经过的纳秒数,则时间纳秒分量的精度取决于系统时钟的分辨率。 在 Windows NT 3.5 及更高版本以及 Windows Vista 操作系统上,时钟的分辨率约为 10000000-15000000 纳秒。

适用于