다음을 통해 공유


YearFormat 열거형

정의

DateTimeFormatter 개체에서 연도에 대해 의도한 형식을 지정합니다.

public enum class YearFormat
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class YearFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum YearFormat
var value = Windows.Globalization.DateTimeFormatting.YearFormat.none
Public Enum YearFormat
상속
YearFormat
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

필드

Abbreviated 2

약식 버전의 연도를 표시합니다(예: 그레고리오 2011의 경우 "11").

Default 1

가장 자연스러운 방식으로 연도를 표시합니다. 사용 중인 언어 또는 달력과 같은 컨텍스트에 따라 약어 또는 전체일 수 있습니다.

Full 3

연도 전체를 표시합니다(예: 그레고리오 2011의 경우 "2011").

None 0

연도를 표시하지 마세요.

적용 대상