다음을 통해 공유


DateTimeFormatter.IncludeYear 속성

정의

템플릿에서 YearFormat 을 가져옵니다.

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

속성 값

연도가 포함되는지 여부를 지정합니다. 이 형식은 템플릿에서 연도의 형식을 지정합니다.

적용 대상