Calendar.NumeralSystem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the numbering system that is used when formatting components as strings.
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
Property Value
A string that indicates the numeral system of the calendar, such as "Latn" for the Latin numeral system (0123456789) or "Arab" for the Arabic-Indic numeral system (٠١٢٣٤٥٦٧٨٩). See the supported NumeralSystem values.