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

ラテン数字システム (0123456789) の場合は "Latn"、Arabic-Indic 数字システムの場合は "Arab" (٠١٢٣٤٥٥٦٧٨٩) など、カレンダーの数字システムを示す文字列。 サポートされている NumeralSystem 値を参照してください。

適用対象

こちらもご覧ください