DateTimeFormatter.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 = dateTimeFormatter.numeralSystem;
dateTimeFormatter.numeralSystem = string;
Public Property NumeralSystem As String
属性值
一个字符串,指示格式化程序的数字系统, 例如,“Latn”表示拉丁语数字系统 (0123456789) ,“阿拉伯”表示 Arabic-Indic 数字系统 (٠㿍٢٣٤٥ ٦٧٨٩) 。