DateTimeFormatter.IncludeDay Property

Definition

Gets the DayFormat in the template.

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.

Applies to