TimeMachine.opOpAssign

Add, or subtract time from the machine's clock.

class TimeMachine
nothrow
opOpAssign
(
string op
)
(
Duration rhs
)

Parameters

rhs Duration

Time value to add or subtract.

Return Value

The same time machine.

Meta