All I need is a way to query an NTP Server using C# to get the Date Time of the NTP Server returned as either a string or as a DateTime.
string
DateTime
H
The .NET Micro Framework Toolkit found in the CodePlex has an NTPClient. I have never used it myself but it looks good.
NTPClient
There is also another example located here.