Unique identifier for the region model instance.
The default unit system (e.g., metric or imperial) for the region.
The currently selected unit system.
The currently selected time format as a string.
The currently selected date format as a string.
The order of date elements (e.g., day/month/year) for the selected format.
The currently selected country.
The currently selected time zone.
The detailed information of the selected region, extended with additional data.
The type of additional data is determined by the generic parameter AdditionalData.
Flag indicating if the 12-hour time format (AM/PM) is used.
An array of available regions as strings.
Identifier of the region.
An array of available time zones as strings.
An array of all available time zones as strings.
Readonly timeTime format options available for selection.
Readonly dateDate format options available for selection.
Readonly unitUnit system options available for selection.
Retrieves the measure associated with a given unit.
The unit for which to get the measure.
The measure associated with the specified unit.
Converts a value from one unit to another.
The numerical value to convert.
The unit source to convert from.
The unit source to convert to.
The converted value as a string.
Retrieves the default unit for a given measure in a specified unit system.
The measure for which to get the default unit.
The unit system in which to find the default unit.
The default unit for the specified measure and system.
Retrieves the default number of decimal places for a unit in a given measure and system.
The measure to consider.
The unit system in which the unit is defined.
Optional unit: stringOptional specific unit to consider.
The number of decimal places for the unit.
Represents a model for region information, extending the basic region options and data model. It allows for managing regional settings and unit conversions.