DateTimeFormatter.Patterns 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
날짜 및 시간을 서식 지정할 때 사용되는 이 템플릿에 해당하는 패턴을 가져옵니다.
public:
property IVectorView<Platform::String ^> ^ Patterns { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> Patterns();
public IReadOnlyList<string> Patterns { get; }
var iVectorView = dateTimeFormatter.patterns;
Public ReadOnly Property Patterns As IReadOnlyList(Of String)
속성 값
템플릿에서 요청된 구성 요소를 제공하는 패턴입니다. 유효한 형식 패턴 목록은 DateTimeFormatter 클래스에 대한 설명을 참조하세요.