Time.opBinary

Subtracts the specified time span from the time, returning a new time.

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

Return Value

Type: Time

A Time whose value is the value of this instance minus the value of t.

Meta