Operator 演算子

+(_:_:)

Returns a date with a specified amount of time added to it. 指定された量の時間をそれに加えたある日付を返します。

Declaration 宣言

static func + (lhs: Date, rhs: TimeInterval) -> Date

Parameters パラメータ

lhs

A date. ある日付。

rhs

A TimeInterval to add to the date. その日付に加えることになるTimeInterval

Return Value 戻り値

A date with a specified amount of time added to it. 指定された量の時間をそれに加えたある日付。

See Also 参照

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