G
Guest
We have an Windows application that is date/time sensitive and we need to get the real time of day somewhere. We can't rely on the user's computer time (DateTime.Now) because they could change it. The network administrator suggested Network Time Protocol (NTP). Also he's going to look into creating our own internal NTP server. With that in mind, does C#/WinForms support something like this? Are there any other ways to get the time from a consistent source?