func localizedString (for: Date, relativeTo : Date) -> String
func localizedString (fromTimeInterval : TimeInterval) -> String
func string(for: Any?) -> String?
Availability 有効性
Technology
func localizedString(from dateComponents: DateComponents
) -> String
dateComponents
The date components to format. 書式設定する日付構成要素それら。
A string that represents the formatted relative time from date components. ある文字列、それは日付構成要素それらからの、書式設定された相対時間を表します。
The formatter interprets a negative component value as a date in the past. フォーマッタは、負の構成要素値を過去の日付として解釈します。
This method formats the value of the least granular unit in the NSDate
object, and doesn’t provide a compound format of the date component.
このメソッドは、NSDate
オブジェクトの中の最小粒度単位の値を書式設定します、そして日付構成要素の合成書式設定を提供しません。
Important 重要
This method only supports year, month, week of month, day, hour, minute, and second components. The formatter ignores all other date components. このメソッドは、年、月、月内週番号、日にち、時間、分、そして秒構成要素のみをサポートします。フォーマッタは、全ての他の日付構成要素を無視します。
func localizedString (for: Date, relativeTo : Date) -> String
func localizedString (fromTimeInterval : TimeInterval) -> String
func string(for: Any?) -> String?