Time.opOpAssign

Adds the specified time span to the time, assigning the result to this instance.

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

Return Value

Type: Time

The current Time instance, with t added to the time.

Meta