TimeSpan.opBinary

Add the TimeSpan given to this TimeSpan returning a new TimeSpan.

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

Return Value

Type: TimeSpan

A TimeSpan value that is the sum of this instance and t.

Meta