func string(for: Any?) -> String?
Returns a formatted string based on the date information in the specified object.
指定されたオブジェクトの中の日付情報に基づいて書式設定された文字列を返します。
func string(from: Date, to: Date) -> String?
Returns a formatted string based on the time difference between two dates.
2つの日付の間の時間差に基づいて書式設定された文字列を返します。
func string(from: TimeInterval) -> String?
Returns a formatted string based on the specified number of seconds.
指定された秒数に基づいて書式設定された文字列を返します。
class func localizedString (from: DateComponents, unitsStyle : DateComponentsFormatter.UnitsStyle) -> String?
Returns a localized string based on the specified date components and style option.
指定された日付構成要素とスタイルオプションに基づいてローカライズされた文字列を返します。