func date(from: String) -> Date?
Returns a date representation of a specified string that the system interprets using the receiver’s current settings.
指定された文字列の日付表現を返します、それはシステムがレシーバのもつ現在の設定を使って解釈するものです。
func string(from: Date) -> String
Returns a string representation of a specified date that the system formats using the receiver’s current settings.
指定された日付の文字列表現を返します、それはシステムがレシーバのもつ現在の設定を使って書式設定します。
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.
指定された文字列とそれの日付範囲の日付表現を参照によって返します、それだけでなくあるブール値も、それはシステムがその文字列を構文解析できるかどうかを指し示すものです。