Operator 演算子

-=(_:_:)

Subtracts a time interval from a date. ある日付から時間間隔を引きます。

Declaration 宣言

static func -= (lhs: inout Date, rhs: TimeInterval)

Parameters パラメータ

lhs

A date. ある日付。

rhs

A TimeInterval to subtract from the date. その日付から引くことになるTimeInterval

Discussion 議論

See Also 参照

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