TimeOnly.Minute 屬性

定義

取得這個實例所表示時間的分鐘元件。

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

屬性值

Int32

數位,表示這個 TimeOnly 的分鐘元件。

適用於