TimeSpan.Microseconds 屬性

定義

取得目前 TimeSpan 結構所表示之時間間隔的微秒元件。

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

屬性值

備註

屬性 Microseconds 代表整個微秒,而 TotalMicroseconds 屬性則代表整數和小數微秒。

適用於