Instance Method インスタンスメソッド

string(for:)

Returns a formatted string based on the date information in the specified object. 指定されたオブジェクトの中の日付情報に基づいて書式設定された文字列を返します。

Declaration 宣言

func string(for obj: Any?) -> String?

Parameters パラメータ

obj

An object containing the date and time information to format. The object in this parameter must be a NSDateComponents object; if it is not, the method raises an exception. This parameter must not be nil. 書式設定することになる日付と時刻情報を含んでいるオブジェクト。このパラメータの中のオブジェクトは、NSDateComponentsオブジェクトでなければなりません;それがそうでないならば、メソッドは例外を引き起こします。このパラメータは、nilであってはいけません。

Return Value 戻り値

A formatted string representing the specified date information. 指定された日付情報を表している、ある書式設定された文字列。

Discussion 議論

This method has the same behavior as the string(from:) method. このメソッドは、string(from:)メソッドと同じ挙動を持ちます。

See Also 参照

Formatting Values 書式設定値