TimeSpan.opAddAssign

Add the specified TimeSpan to this TimeSpan, assigning the result to this instance.

struct TimeSpan
opAddAssign

Return Value

Type: TimeSpan

a copy of this instance after adding t.

Meta