DateTimeFormatter.IncludeMonth Property

Definition

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.

Applies to