Instance Method
インスタンスメソッド
dateFromString:
Returns a date representation of a specified string that the system interprets using the receiver’s current settings.
指定された文字列の日付表現を返します、それはシステムがレシーバのもつ現在の設定を使って解釈するものです。
Parameters
パラメータ
string
The string to parse.
構文解析する文字列。
Return Value
戻り値
A date representation of string
. If dateFromString:
can’t parse the string, returns nil
.
string
の日付表現。dateFromString:
が文字列を構文解析できないならば、nil
を返します。
Discussion
議論
For more information about using NSDateFormatter
to convert a string to a date, see Working With Fixed Format Date Representations. For a sample code playground, see Displaying Human-Friendly Content.
NSDateFormatter
を使って文字列を日付へと変換することについてのさらなる情報として、固定された書式設定日付表現を扱うを見てください。サンプルコードプレイグラウンドとして、人にやさしい内容を表示するを見てください。
See Also
参照
Converting Objects
オブジェクト変換
- stringFromDate:
Returns a string representation of a specified date that the system formats using the receiver’s current settings.
指定された日付の文字列表現を返します、それはシステムがレシーバのもつ現在の設定を使って書式設定します。
+ localizedStringFromDate:dateStyle:timeStyle:
Returns a string representation of a specified date, that the system formats for the current locale using the specified date and time styles.
指定された日付の文字列表現を返します、それはシステムが現在のロケールに対してその指定された日付と時刻のスタイルを使って書式設定します。
- getObjectValue:forString:range:error:
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.
指定された文字列とそれの日付範囲の日付表現を参照によって返します、それだけでなくあるブール値も、それはシステムがその文字列を構文解析できるかどうかを指し示すものです。