If I understand correctly, U want get the difference between 2 COleDateTime objects. Time difference. E.g. 4:10:04 and 5:12:05 the dif will be 01:02:01. Right? Maybe not, because this is :
COleDateTime timeStart, timeEnd;
COleDateTimeSpan spanElapsed = timeEnd - timeStart;