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

addingTimeInterval(_:)

Creates a new date value by adding a time interval to this date. ある時間間隔をこの日付に加えることによって新しい日付値を作成します。

Declaration 宣言

func addingTimeInterval(_ timeInterval: TimeInterval) -> Date

Parameters パラメータ

timeInterval

The value to add, in seconds. この値を加えます、秒で。

Return Value 戻り値

A new date value calculated by adding a time interval to this date. ある時間間隔をこの日付に加えることによって計算される新しい日付値。

Discussion 議論

See Also 参照

Adding or Subtracting a Time Interval 時間間隔を加えたり引いたりする