typedef DateTimeFormatResolvedOptions
package js.lib.intl
import js.lib.intl.DateTimeFormat
Available on js
Fields
finalread onlytimeZoneName:TimeZoneName
The values resulting from format matching between the corresponding properties in the options
argument
and the available combinations and representations for date-time formatting in the selected locale.
Some of these properties may not be present, indicating that the corresponding components will not be
represented in formatted output.
finalread onlytimeZone:Null<String>
The value provided for this property in the options argument; undefined
(representing the runtime's
default time zone) if none was provided.
Warning: Applications should not rely on undefined
being returned, as future versions may return
a String value identifying the runtime’s default time zone instead.
finalread onlynumberingSystem:String
The values requested using the Unicode extension keys "ca" and "nu" or filled in as default values.
finalread onlylocale:String
The BCP 47 language tag for the locale actually used.
If any Unicode extension values were requested in the input BCP 47 language tag that led to this locale,
the key-value pairs that were requested and are supported for this locale are included in locale
.