DateOnly.Month プロパティ

定義

このインスタンスで表される日付の月の部分を取得します。

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

プロパティ値

Int32

日付の月コンポーネントを表す数値。

適用対象