Time.opBinary

Returns a time span which represents the difference in time between this and the given Time.

  1. Time opBinary(const(TimeSpan) t)
  2. Time opBinary(const(TimeSpan) t)
  3. TimeSpan opBinary(const(Time) t)
    struct Time
    const
    opBinary
    (
    immutable(char)[] o : "-"
    )
    (
    const(Time) t
    )

Return Value

Type: TimeSpan

A TimeSpan which represents the difference between this and t.

Meta