1.
I want to take a time from a user when he types in an edit box in digital format
(hr : min : sec ) How can I set a time object equal to this time at run time.

2.
Furthermore I have to compare between two times but the CTimeGetCurrentTime() function returns a time consisting of date stuff also so it hurdles in comparison of time and changes the criteria some what. I don't want to compare the date part but juss the time part in hours, minuts and seconds.