Calendar.NumeralSystem プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンポーネントを文字列として書式設定するときに使用される番号付けシステムを取得または設定します。
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
プロパティ値
ラテン数字システム (0123456789) の場合は "Latn"、Arabic-Indic 数字システムの場合は "Arab" (٠١٢٣٤٥٥٦٧٨٩) など、カレンダーの数字システムを示す文字列。 サポートされている NumeralSystem 値を参照してください。