TimeSpan.opOpAssign

Add the specified TimeSpan to this TimeSpan, assigning the result to this instance.

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

Return Value

Type: TimeSpan

a copy of this instance after adding t.

Meta