JS Intl.RelativeTimeFormat prototype
The Intl.RelativeTimeFormat.prototype
property represents the prototype object for the Intl.RelativeTimeFormat
constructor.
Property attributes of Intl.RelativeTimeFormat.prototype |
---|
Writable |
Enumerable |
Configurable |
Description
See RelativeTimeFormat
for a description of Intl.RelativeTimeFormat
instances.
Intl.RelativeTimeFormat
instances inherit from Intl.RelativeTimeFormat.prototype
. Modifications to the prototype object are inherited by all Intl.RelativeTimeFormat
instances.
Properties
Intl.RelativeTimeFormat.prototype.constructor
A reference to Intl.RelativeTimeFormat
.
Methods
Intl.RelativeTimeFormat.prototype.format()
Formats a value
and a unit
according to the locale and formatting options of the given Intl.RelativeTimeFormat
object.
Intl.RelativeTimeFormat.prototype.formatToParts()
Returns an Array
of objects representing the relative time format in parts that can be used for custom locale-aware formatting.
Intl.RelativeTimeFormat.prototype.resolvedOptions()
Returns a new object with properties reflecting the locale and formatting options computed during initialization of the object.
Specifications
Specification | Status | Comment |
---|---|---|
Intl.RelativeTime proposal | Stage 3 |