goldmagnet Member Licensed User Longtime User Aug 18, 2013 #1 Hi There I am trying to use the time dialogue and I was going to set and read the ticks value. When I set a ticks value with: td.timeticks=12345 td.show Whatever number I use the dialogue displays 1:00, what am I doing wrong ? Thanks Huw
Hi There I am trying to use the time dialogue and I was going to set and read the ticks value. When I set a ticks value with: td.timeticks=12345 td.show Whatever number I use the dialogue displays 1:00, what am I doing wrong ? Thanks Huw
Erel B4X founder Staff member Licensed User Longtime User Aug 18, 2013 #2 You should use DateTime.TimeParse or DateUtils to get the correct ticks value. Upvote 0