func string(from: Date) -> String
Returns a string representation of a specified date that the system formats using the receiver’s current settings.
指定された日付の文字列表現を返します、それはシステムがレシーバのもつ現在の設定を使って書式設定します。
class func localizedString (from: Date, dateStyle : DateFormatter.Style, timeStyle : DateFormatter.Style) -> String
Returns a string representation of a specified date, that the system formats for the current locale using the specified date and time styles.
指定された日付の文字列表現を返します、それはシステムが現在のロケールに対してその指定された日付と時刻のスタイルを使って書式設定します。
func getObjectValue (AutoreleasingUnsafeMutablePointer<AnyObject?>?, for: String, range: UnsafeMutablePointer<NSRange>?)
Returns by reference a date representation of a specified string and its date range, as well as a Boolean value that indicates whether the system can parse the string.
指定された文字列とそれの日付範囲の日付表現を参照によって返します、それだけでなくあるブール値も、それはシステムがその文字列を構文解析できるかどうかを指し示すものです。