DateTimeFormatter.NumeralSystem 속성

정의

날짜 및 시간의 서식을 지정하는 데 사용되는 번호 매기기 시스템을 가져오거나 설정합니다.

public:
 property Platform::String ^ NumeralSystem { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring NumeralSystem();

void NumeralSystem(winrt::hstring value);
public string NumeralSystem { get; set; }
var string = dateTimeFormatter.numeralSystem;
dateTimeFormatter.numeralSystem = string;
Public Property NumeralSystem As String

속성 값

String

Platform::String

winrt::hstring

라틴어 숫자 시스템(0123456789)의 경우 "Latn" 또는 Arabic-Indic 숫자 시스템의 "아랍"과 같이 포맷터의 숫자 시스템을 나타내는 문자열입니다().

적용 대상