TimeSpan.opBinary

Perform integer division with the given time span.

  1. TimeSpan opBinary(TimeSpan t)
  2. TimeSpan opBinary(long v)
  3. long opBinary(TimeSpan t)
    struct TimeSpan
    long
    opBinary
    (
    string op
    )
    if (
    op == "/"
    )

Parameters

t TimeSpan

A divisor used for dividing

Return Value

Type: long

The result of integer division between this instance and t.

Meta