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 數字系統的 「Arab」 (٠١٢٣٤٥٦٧٨٩) 。 請參閱支援的 NumeralSystem 值

適用於

另請參閱