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 Arabic-Indic 数字システム (٠١٢٣٤٥ ٦٦٨٩) の "Latn" など、フォーマッタの数字システムを示す文字列。

適用対象