TimeOnly.Millisecond 屬性

定義

取得這個實例所表示時間的毫秒元件。

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

屬性值

數位,表示這個 TimeOnly 的毫秒元件。

適用於