Time.opBinary

Adds the specified time span to the time, returning a new time.

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

Return Value

Type: Time

A Time that is the sum of this instance and t.

Meta