func localizedString (for: Date, relativeTo : Date) -> String
Formats the date interval from the reference date to the specified date using the formatter’s calendar.
基準日付から指定日付までの日付間隔をフォーマッタのもつカレンダーを使って書式設定します。
func localizedString (from: DateComponents) -> String
Formats a relative time represented by the specified date components.
指定された日付構成要素それらによって表されるある相対時間を書式設定します。
func localizedString (fromTimeInterval : TimeInterval) -> String
Formats the specified time interval using the formatter’s calendar.
指定された時間間隔をフォーマッタのもつカレンダーを使って書式設定します。