DateTimeFormatter.IncludeMonth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the MonthFormat in the template.
public:
property MonthFormat IncludeMonth { MonthFormat get(); };
MonthFormat IncludeMonth();
public MonthFormat IncludeMonth { get; }
var monthFormat = dateTimeFormatter.includeMonth;
Public ReadOnly Property IncludeMonth As MonthFormat
Property Value
Specifies whether the month is included. If it is, this property specifies the format for the month in the template.