vinod8812
vinod8812

Reputation: 715

Find the actual DateTime.Now on Windows phone

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

Upvotes: 0

Views: 78

Answers (1)

Jon Koivula
Jon Koivula

Reputation: 947

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.

Upvotes: 3

Related Questions