Change time zone programmatically

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
Does anyone know how to change the time zone programmatically on windows
mobile 2003 and 5?
thanks,
j
 
Yes, you can use the SetTimeZoneInformation API. From .NETCF you'll need to
P/Invoke and define the TIME_ZONE_INFORMATION structure. There is a
definition of both in the Smart Device Framework (www.opennetcf.org/sdf/)

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top