DateTimeFormatter.IncludeDayOfWeek Property

Definition

Gets the DayOfWeekFormat in the template.

public:
 property DayOfWeekFormat IncludeDayOfWeek { DayOfWeekFormat get(); };
DayOfWeekFormat IncludeDayOfWeek();
public DayOfWeekFormat IncludeDayOfWeek { get; }
var dayOfWeekFormat = dateTimeFormatter.includeDayOfWeek;
Public ReadOnly Property IncludeDayOfWeek As DayOfWeekFormat

Property Value

Specifies whether the day of week is included. If it is, this property specifies the format for the day of week in the template.

Applies to