func string(from: DateComponents) -> String?
Returns a formatted string based on the specified date component information.
指定された日付構成要素情報に基づいて書式設定された文字列を返します。
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.
指定された秒数に基づいて書式設定された文字列を返します。