OptionalcurrencyThe 3-letter ISO 4217 currency code (e.g "USD", "CAD"). Required when formatting a number using NumberFormat.CURRENCY or NumberFormat.ACCOUNTING.
OptionaldateThe default format for date values. Either a utilities/format/formats!DateFormat constant, or a custom date format string.
OptionalfractionalThe number of digits to show after the decimal point. If unspecified, an appropriate value is determined based on the locale and currency.
OptionallocaleThe locale to use when formatting values.
OptionalnumberThe default format for number values. Either a utilities/format/formats!NumberFormat constant, or a custom number format string.
OptionaltimeThe default format for time values. Either a utilities/format/formats!DateFormat constant, or a custom time format string.
OptionaltimeThe time zone to display date/time data in. The default will be the user's local time zone.
OptionaluseWhether to use formatting from the field info if it is specified.
Properties that can be passed into the constructor for FormatSettings.