Initializer

init(timeIntervalSinceNow:)

Returns a date object initialized relative to the current date and time by a given number of seconds. 現在の日付と時刻に相対してある与えられた秒数の差で初期化される日付オブジェクトを返します。

Declaration 宣言

convenience init(timeIntervalSinceNow secs: TimeInterval)

Parameters パラメータ

seconds

The number of seconds from relative to the current date and time to which the receiver should be initialized. A negative value means the returned object will represent a date in the past. レシーバが初期化されるべきものまでの現在の日付と時刻からの相対的な秒数。負の値は、返される値が過去の日付を表すことを意味します。

Return Value 戻り値

An NSDate object initialized relative to the current date and time by seconds seconds. あるNSDateオブジェクト、現在の日付と時刻に相対してseconds秒の差で初期化されます。

See Also 参照

Initializing a Date 日付を初期化する

Related Documentation 関連文書