Initializer

init(string:)

Returns a date object initialized with a date and time value specified by a given string in the international string representation format. 国際化文字列表現形式で与えられる文字列によって指定される日付と時刻の値で初期化される日付オブジェクトを返します。

Declaration 宣言

convenience init?(string description: String)

Parameters パラメータ

description

A string that specifies a date and time value in the international string representation format—YYYY-MM-DD HH:MM:SS ±HHMM, where ±HHMM is a time zone offset in hours and minutes from UTC (for example, “2001-03-24 10:45:32 +0600”). ある文字列、それは国際化文字列表現形式で日付と時刻の値を指定します — YYYY-MM-DD HH:MM:SS ±HHMM、そこで±HHMMはUTCからの時間と分でのタイムゾーンオフセットです(例えぱ、“2001-03-24 10:45:32 +0600”)。

You must specify all fields of the format string, including the time zone offset, which must have a plus or minus sign prefix. あなたは、書式設定文字列のすべてのフィールドを指定しなければなりません、タイムゾーンオフセットを含みます、それはプラスまたはマイナス符号接頭辞を持たなければなりません。

Return Value 戻り値

An NSDate object initialized with a date and time value specified by aString. あるNSDateオブジェクトで、aStringによって指定される日付と時刻の値で初期化されます。

See Also 参照

Legacy Operations レガシー演算

Related Documentation 関連文書