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

link|improve this question

feedback

2 Answers

up vote 16 down vote accepted

NtpClient (using Google Code Search => ntp lang:c#)

link|improve this answer
5  
link broken.... – Christopher Mahan Mar 13 at 21:07
i think this will work: mschwarztoolkit.svn.codeplex.com/svn/NTP/NtpClient.cs – Krunal 21 hours ago
feedback

The .NET Micro Framework Toolkit found in the CodePlex has an NTPClient. I have never used it myself but it looks good. http://mftoolkit.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24469

Ther is also another example located here http://www.programmersheaven.com/download/22219/2/ZipView.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.