madru Active Member Licensed User Longtime User Nov 27, 2015 #1 Hi, can somebody explain why I get different time results in this example? THX Guido B4X: Dim StartTime As Float = DateTime.Now Log(DateTime.time(StartTime)) Log(DateTime.time(DateTime.Now)) Program started. 10:06:55 10:07:30
Hi, can somebody explain why I get different time results in this example? THX Guido B4X: Dim StartTime As Float = DateTime.Now Log(DateTime.time(StartTime)) Log(DateTime.time(DateTime.Now)) Program started. 10:06:55 10:07:30
Erel B4X founder Staff member Licensed User Longtime User Nov 27, 2015 #2 Ticks are very large values. They can only be stored in Long variables. Upvote 0
madru Active Member Licensed User Longtime User Nov 27, 2015 #3 yes, was to quick with the post THX Upvote 0