Skip to main content
method Temporal.Duration.prototype.toLocaleString
Duration.prototype.toLocaleString(
locales?: string | string[],
): string
Deprecated

Parameters

optional
locales: string | string[]

Return Type

string
Back to top