Time.opOpAssign

Subtracts the specified time span from the time, assigning the result to this instance.

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

Return Value

Type: Time

The current Time instance, with t subtracted from the time.

Meta