Share via


Calendar.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 = calendar.numeralSystem;
calendar.numeralSystem = string;
Public Property NumeralSystem As String

속성 값

String

Platform::String

winrt::hstring

달력의 숫자 시스템을 나타내는 문자열입니다(예: 라틴 숫자 시스템의 경우 "Latn"(0123456789) 또는 Arabic-Indic 숫자 시스템의 "아랍"(). 지원되는 NumeralSystem 값을 참조하세요.

적용 대상

추가 정보