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?
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.
Forum posts: 1058
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