Dear all,
I have declared a CTime object as CTime Timing. I believe this is timing in seconds. I later convert it to a CString object using Timing.format("%H:%M:%S" This gives the timing in terms of Hours : Minutes : Seconds
I then store it in a daatbase. I wish to extract this CString object later and convert it to CTime for mathematical operations.
What is the conversion code? Please advice.....Thanks
I have declared a CTime object as CTime Timing. I believe this is timing in seconds. I later convert it to a CString object using Timing.format("%H:%M:%S" This gives the timing in terms of Hours : Minutes : Seconds
I then store it in a daatbase. I wish to extract this CString object later and convert it to CTime for mathematical operations.
What is the conversion code? Please advice.....Thanks