Date and time

  • Thread starter Thread starter Cassiano
  • Start date Start date
C

Cassiano

How can i change the date/time of Pocket OS? I need to sinchronize the
pocket and internet date and time.

Tks!!
 
By P/Invoking the SetSystemTime or SetLocalTime API calls and the SYSTEMTIME
structure. Or you can use OpenNETCF.Win32.DateTimeEx which wraps these
methods (www.opennetcf.org/sdf/) - source available on the website.

Peter
 
Back
Top