TimeSpan.opMulAssign

Scales this TimeSpan and assigns the result to this instance.

struct TimeSpan
opMulAssign
(
long v
)

Return Value

Type: TimeSpan

A copy of this instance after scaling

Meta