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

addingTimeInterval(_:)

Returns a new date object that is set to a given number of seconds relative to the receiver. レシーバに相対してある与えられた秒数を設定される新しい日付オブジェクトを返します。

Declaration 宣言

func addingTimeInterval(_ ti: TimeInterval) -> Self

Parameters パラメータ

seconds

The number of seconds to add to the receiver. Use a negative value for seconds to have the returned object specify a date before the receiver. レシーバに追加する秒数。secondsに対して負の値を使うことで、戻り値にレシーバ以前の日付を指定させてください。

Return Value 戻り値

A new NSDate object that is set to seconds seconds relative to the receiver. The date returned might have a representation different from the receiver’s. 新しいNSDateオブジェクト、それはレシーバに相対してseconds秒に設定されます。返される日付は、レシーバの持つものとは異なる表現を持つかもしれません。

See Also 参照

Related Documentation 関連文書