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

属性值

指定是否包含月份。 如果为 ,则此属性指定模板中月份的格式。

适用于