Tagged Questions

12
votes
2answers
6k views

How to Query an NTP Server from C#

All I need is a way to query an NTP Server from C# to get the Date Time of the NTP Server returned as either a string or as a DateTime. How is this possibly in its simplest form
0
votes
3answers
200 views

.Net API to get exact time for Internet Time Server

I need to know if there is any .NET API exists to fetch the current time from Internet Time Server, so that changing the system time at the client will not affect the integrity of my application. ...