Time.opOpAssign

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

struct Time
opOpAssign
(
string op
)
if (
op == "+" ||
op == "-"
)

Parameters

t TimeSpan

A TimeSpan value.

Return Value

Type: Time

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

Meta