Type Method
型メソッド
localizedStringFromDateComponents:unitsStyle:
Returns a localized string based on the specified date components and style option.
指定された日付構成要素とスタイルオプションに基づいてローカライズされた文字列を返します。
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
書式設定値
- stringFromDateComponents:
Returns a formatted string based on the specified date component information.
指定された日付構成要素情報に基づいて書式設定された文字列を返します。
- stringForObjectValue:
Returns a formatted string based on the date information in the specified object.
指定されたオブジェクトの中の日付情報に基づいて書式設定された文字列を返します。
- stringFromDate:toDate:
Returns a formatted string based on the time difference between two dates.
2つの日付の間の時間差に基づいて書式設定された文字列を返します。