TimeOnly.Minute プロパティ

定義

このインスタンスによって表される時刻の分のコンポーネントを取得します。

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

プロパティ値

Int32

この TimeOnly分の成分を表す数値です。

適用対象