cf.TimeDuration.__neg__

TimeDuration.__neg__()[source]

The unary arithmetic operation -

x.__neg__() <==> -x.

New in version 1.4.