TimeSpan.opBinary

Subtract the specified TimeSpan from this TimeSpan.

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

Return Value

Type: TimeSpan

A new timespan which is the difference between this instance and t

Meta