Initializer

init(timeInterval:since:)

Creates a date value initialized relative to another given date by a given number of seconds. 別の与えられた日付に相対してある与えられた秒数の差で初期化される日付値を作成します。

Declaration 宣言

init(timeInterval: TimeInterval, since date: Date)

Parameters パラメータ

timeInterval

The number of seconds to add to date. A negative value means the receiver will be earlier than date. dateに加える秒数。負の値は、レシーバがdateより早くなることを意味します。

date

The reference date. 基準日。

See Also 参照

Creating a Date 日付の作成