I want to modify the system time in windows phone if it doesn't matches my server time, so for that i want to prompt the user to change their date time by redirecting them to date time settings screen.
this is the code which i have used for android
new Intent(Android.Provider.Settings.ActionDateSettings);
suggest me a way to do the same in Windows phone.