0

I have got a problem where I need to find the actual datetime even if user changes the datetime of device intentionally without hitting any service. I know this is possible as Candy Crash game does this. Any help will be hightly appreciated

vinod8812
  • 645
  • 10
  • 27
  • This might help: http://stackoverflow.com/questions/13240530/free-rest-api-to-get-current-time-as-string-timezone-irrelevant – fozylet Apr 24 '15 at 07:08

1 Answers1

3

You should get the time from another public service or website, because DateTime.Now get that time that is set in a local computer or phone.

Jon Koivula
  • 899
  • 1
  • 11
  • 24