Uses of Class
spice.basic.TDTTime
-
Packages that use TDTTime Package Description spice.basic -
-
Uses of TDTTime in spice.basic
Methods in spice.basic that return TDTTime Modifier and Type Method Description TDTTime
TDTTime. add(Duration d)
Add a Duration to a TDTTime.TDTTime
TDTTime. sub(Duration d)
Subtract a Duration from a TDTTime.Constructors in spice.basic with parameters of type TDTTime Constructor Description TDTTime(TDTTime t)
Copy constructor: create a new TDTTime value from another.
-