DateTimeFormatter.IncludeYear Propiedad

Definición

Obtiene yearFormat en la plantilla.

public:
 property YearFormat IncludeYear { YearFormat get(); };
YearFormat IncludeYear();
public YearFormat IncludeYear { get; }
var yearFormat = dateTimeFormatter.includeYear;
Public ReadOnly Property IncludeYear As YearFormat

Valor de propiedad

Especifica si se incluye el año. Si es así, este formato especifica el formato del año en la plantilla.

Se aplica a