package js.lib.intl
import js.lib.intl.DateTimeFormat
Available on js
finalread onlyyear:YearRepresentationfinalread onlyweekday:WeekdayRepresentationfinalread onlytimeZoneName:TimeZoneNameThe 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:SecondRepresentationfinalread onlynumberingSystem:StringThe values requested using the Unicode extension keys "ca" and "nu" or filled in as default values.
finalread onlymonth:MonthRepresentationfinalread onlyminute:MinuteRepresentationfinalread onlylocale:StringThe 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:BoolThe value provided for this property in the options argument or filled in as a default.
finalread onlyhour:HourRepresentationfinalread onlyera:EraRepresentationfinalread onlyday:DayRepresentationfinalread onlycalendar:StringE.g. "gregory"
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/lib/intl/DateTimeFormatResolvedOptions.html