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
 
Back
Top