TimeSimpleSync using Time protocol
Synchronize time between local machine and the time server in one line of code using Time protocol.
C#
// synchronize local time with time server Time.SynchronizeSystemClock("time.rebex.net");
VB.NET
' synchronize local time with time server Time.SynchronizeSystemClock("time.rebex.net")
It is that simple!