TimeSpan.opBinary

Perform integer division with the given time span.

  1. TimeSpan opBinary(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)
    struct TimeSpan
    const
    long
    opBinary
    (
    immutable(char)[] o : "/"
    )
    (
    const(TimeSpan) t
    )

Return Value

Type: long

The result of integer division between this instance and t.

Meta