TimeSimpleSync using NTP/SNTP protocol
Synchronize time between local machine and the time server in one line of code using NTP/SNTP protocol.
C#
// synchronize local time with time server Ntp.SynchronizeSystemClock("pool.ntp.org");
VB.NET
' synchronize local time with time server Ntp.SynchronizeSystemClock("pool.ntp.org")
It is that simple!