DateTimeFormatter.IncludeMonth プロパティ

定義

テンプレートの MonthFormat を取得します。

public:
 property MonthFormat IncludeMonth { MonthFormat get(); };
MonthFormat IncludeMonth();
public MonthFormat IncludeMonth { get; }
var monthFormat = dateTimeFormatter.includeMonth;
Public ReadOnly Property IncludeMonth As MonthFormat

プロパティ値

月を含めるかどうかを指定します。 その場合、このプロパティはテンプレート内の月の形式を指定します。

適用対象