Inputting time offset

Login to reply to this topic.
Tue, 2007-10-16 20:11
Joined: 2007-10-16
Forum posts: 1

Hi everybody!
I need advise: i have to input into programm some time offset (hh:mm), but all time editors (CEikDurationEditor,CEikTimeEditor,CEikTimeOffsetEditor, etc.) allows to input only
23:59 maximum. But my program may require time offset more then 24 hours.
What should i do?


Wed, 2007-10-17 06:47
Joined: 2005-11-20
Forum posts: 1058
Re: Inputting time offset

I see no other way than do it yourself, somehow. How about a CEikTimeOffsetEditor plus a short number field for inputting the number of full days, additionally to the offset in the CEikTimeOffsetEditor, for example.


René Brunner

  • Login to reply to this topic.