PocketPC - SimpleSync

Synchronize time between local machine and the time server in one line of code.

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!