DateOnly.Month プロパティ

定義

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

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

プロパティ値

月のコンポーネント。1 ~ 12 の値で表されます。

適用対象