TimeSpan.opOpAssign

Subtract the specified TimeSpan from this TimeSpan and assign the

  1. TimeSpan opOpAssign(const(TimeSpan) t)
  2. TimeSpan opOpAssign(const(TimeSpan) t)
    struct TimeSpan
    opOpAssign
    (
    immutable(char)[] o : "-"
    )
    (
    const(TimeSpan) t
    )
  3. TimeSpan opOpAssign(long v)
  4. TimeSpan opOpAssign(long v)

Return Value

Type: TimeSpan

A copy of this instance after subtracting t.

Meta