I'm making a an alarm clock using a form and making it all pretty with buttons and stuff but I need a way to read the Windows system clock but I am unaware of how to do so. I have read through a few questions here but I am unable to find what I need. I only need to second precision; I'm doing an hour, minutes and second digital clock.
I've read about using the SNTP server like time.windows.com but I don't have that much experience in C# so anything minimal to help me expand my knowledge on C# would be really useful.