from the docs:
"A CTime object represents an absolute time and date. "
you can do all types of arithmetic operations with two CTime objects. The Result is a CTimeSpan object.
check out the operators that are defined for the CTime class.