DateTimeFormatResolvedOptions
package js.lib.intl
import js.lib.intl.DateTimeFormat
Available on js
Fields
finalread onlyyear:YearRepresentation
finalread onlyweekday:WeekdayRepresentation
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 onlysecond:SecondRepresentation
finalread onlynumberingSystem:String
The values requested using the Unicode extension keys "ca" and "nu" or filled in as default values.
finalread onlymonth:MonthRepresentation
finalread onlyminute:MinuteRepresentation
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
.
finalread onlyhour12:Bool
The value provided for this property in the options
argument or filled in as a default.
finalread onlyhour:HourRepresentation
finalread onlyera:EraRepresentation
finalread onlyday:DayRepresentation
finalread onlycalendar:String
E.g. "gregory"
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/lib/intl/DateTimeFormatResolvedOptions.html