Returns a string representation of a specified date, that the system formats for the current locale using the specified date and time styles.
指定された日付の文字列表現を返します、それはシステムが現在のロケールに対してその指定された日付と時刻のスタイルを使って書式設定します。
A localized string representation of date using the specified date and time styles.
指定された日付と時刻スタイルを使っているdateのローカライズされた文字列表現。
Discussion
議論
This method uses a date formatter configured with the current default settings. The returned string is the same as if you configured and used a date formatter as shown in the following example:
このメソッドは、現在の省略時設定で構成設定された日付フォーマッタを使います。返される文字列は、あなたが日付フォーマッタを以下の例において示すように構成設定して使用した場合と同じです:
Returns a date representation of a specified string that the system interprets using the receiver’s current settings.
指定された文字列の日付表現を返します、それはシステムがレシーバのもつ現在の設定を使って解釈するものです。
Returns a string representation of a specified date that the system formats using the receiver’s current settings.
指定された日付の文字列表現を返します、それはシステムがレシーバのもつ現在の設定を使って書式設定します。
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.
指定された文字列とそれの日付範囲の日付表現を参照によって返します、それだけでなくあるブール値も、それはシステムがその文字列を構文解析できるかどうかを指し示すものです。