DateTimeFormatter.IncludeDayOfWeek 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 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.