OptionalcurrencyThe default unit of currency to use when formatting currency. See utilities/format/number!NumberSettings.currency.
OptionaldateThe default format to use when formatting dates. See utilities/format/date!DateFormatter.format.
OptionaldefaultThe default string value for unevaluated expression values. Defaults to an empty string.
The string format. See utilities/format/string!StringFormatter.format.
OptionalfractionalThe default number of digits to show after the decimal point when formatting numbers. See utilities/format/number!NumberSettings.fractionalDigits.
OptionalisIndicates if a formatted date should be formatted without the time component even if the format suggests to include a time.
OptionallocaleThe locale to use when formatting numbers and dates. If not specified, the current locale is used (see locale module).
OptionalnumberThe default format to use when formatting numbers. See utilities/format/number!NumberFormatter.format.
OptionaltimeThe default format to use when formatting times. See utilities/format/time!TimeFormatter.format.
OptionaltimeThe time zone of a date being formatted. See utilities/format/date!DateFormatter.timeZone.
Settings that affect how the features strings are formatted.