package intl
- Alphabetic
- Public
- Protected
Type Members
- class Collator extends Object
The Intl.Collator object is a constructor for collators, objects that enable language sensitive string comparison.
The Intl.Collator object is a constructor for collators, objects that enable language sensitive string comparison.
- Annotations
- @JSType() @native() @JSGlobal("Intl.Collator")
- trait CollatorOptions extends Object
- Annotations
- @JSType()
- class DateTimeFormat extends Object
The Intl.DateTimeFormat object is a constructor for objects that enable language sensitive date and time formatting.
The Intl.DateTimeFormat object is a constructor for objects that enable language sensitive date and time formatting.
- Annotations
- @JSType() @native() @JSGlobal("Intl.DateTimeFormat")
- trait DateTimeFormatOptions extends Object
- Annotations
- @JSType()
- class NumberFormat extends Object
The Intl.NumberFormat object is a constructor for objects that enable language sensitive number formatting.
The Intl.NumberFormat object is a constructor for objects that enable language sensitive number formatting.
- Annotations
- @JSType() @native() @JSGlobal("Intl.NumberFormat")
- trait NumberFormatOptions extends Object
The following properties fall into two groups:
The following properties fall into two groups:
- minimumIntegerDigits, minimumFractionDigits, and maximumFractionDigits in one group,
- minimumSignificantDigits and maximumSignificantDigits in the other. If at least one property from the second group is defined, then the first group is ignored.
- Annotations
- @JSType()
Deprecated Value Members
- object CollatorOptions
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.0) all the members of CollatorOptions are deprecated
- object DateTimeFormatOptions
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.0) all members of DateTimeFormatOptions are deprecated
- object NumberFormatOptions
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.0) all the members of NumberFormatOptions are deprecated