System.DateTime.Now returns random time

  • Thread starter Thread starter Bogdan Sima
  • Start date Start date
B

Bogdan Sima

Hello,

The System.DateTime.Now returns a time that's usually way off the emulator's
time. For example, if the time on the emulator is 8:20 the Now function
returns 11:35, or if the time on the emulator is 12:23 I get 11:58 returned
by the function.

Any idea about what's going on?

TIA,

Bogdan
 
This is a known issue in the emulator only. You shouldn't rely on the
emulator time and with that not on DateTime either.
 
Thank you Maarten, for both your replies.


Maarten Struys said:
This is a known issue in the emulator only. You shouldn't rely on the
emulator time and with that not on DateTime either.

--
Regards,

Maarten Struys, eMVP
PTS Software bv
 
Back
Top