Type Method 型メソッド

localizedString(from:unitsStyle:)

Returns a localized string based on the specified date components and style option. 指定された日付構成要素とスタイルオプションに基づいてローカライズされた文字列を返します。

Declaration 宣言

class func localizedString(from components: DateComponents, 
                unitsStyle: DateComponentsFormatter.UnitsStyle) -> String?

Parameters パラメータ

components

The value to format. この値を書式設定します。

unitsStyle

The style for the resulting units. Use this parameter to specify whether you want to the resulting string to use an abbreviated or more spelled out format. 結果の単位に対するスタイル。このパラメータを使って、あなたが結果文字列に望むのは省略されたかまたはより詳細に綴られた書式設定かを指定してください。

Return Value 戻り値

A string containing the localized date and time information. ローカライズされた日付と時刻情報を含んでいる文字列。

Discussion 議論

Use this convenience method to format a string using the default formatter values, with the exception of the unitsStyle value. この便宜メソッドを使って、unitsStyle値を除いて、省略時のフォーマッタ値を使って文字列を書式設定してください。

See Also 参照

Formatting Values 書式設定値