Retrieve Time/Date from Internet or Android Phone Time/Date

Hello,

I am currently trying to develop a countdown type of application. Is there any way to retrieve the android phones time date or even access the internet to try to and pull a date and time from it.

I basically want it to just compare the date and time that i can hardcode to an external given date and time and activate it when the dates are aligned.

Is this possible? Or could someone point me in the right direction?

Thank you.

System.DateTime.Now

–Eric

Thank you :slight_smile: Works perfectly, countdown activation and all :slight_smile: