TimeSpan.Nanoseconds プロパティ

定義

現在 TimeSpan の構造体で表される時間間隔の nanoseconds コンポーネントを取得します。

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

プロパティ値

注釈

プロパティはナノ秒全体を表し、 TotalNanoseconds プロパティはNanosecondsナノ秒の全体と小数部を表します。

適用対象