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

string(for:)

Creates a formatted string for a date relative to the current date and time. ある書式設定された文字列をある日付に対して現在の日付と時刻に相対的に作成します。

Declaration 宣言

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

Parameters パラメータ

obj

A date object to format. 書式設定する日付オブジェクト。

Return Value 戻り値

A string that represents the date interval between a date and the current date and time, or nil if obj isn’t an instance of NSDate. ある文字列、それはある日付と現在の日付と時刻の間の日付間隔を表します、またはnilをobjがNSDateのインスタンスでないならば。

Discussion 議論

To determine the relative interval, the formatter uses date as the reference date. 相対間隔を決定するために、フォーマッタはdateを基準日付として使います。

See Also 参照

Converting Dates to Formatted Strings 日付それらを書式設定された文字列へと変換する