DateTimeFormatter.IncludeDay 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.
public:
property DayFormat IncludeDay { DayFormat get(); };
DayFormat IncludeDay();
public DayFormat IncludeDay { get; }
var dayFormat = dateTimeFormatter.includeDay;
Public ReadOnly Property IncludeDay As DayFormat
Property Value
Specifies whether the day is included. If it is, this property specifies the format for the day in the template.