cf.TimeDuration.__int__

TimeDuration.__int__()[source]

Called to implement the built-in function int

x.__int__() <==> int(x)