timezone

  • Thread starter Thread starter Chuck
  • Start date Start date
C

Chuck

I have some handhelds that do not use active sync.
I would like to set the time on them.
I know how to get the time from an ntp server and use the
api call SetSystemTime

However, I don't know how to set the pocket pc's timezone.
How can I do that?

thanks,
 
Hi Chuck,

I don't know clearly what kinds of devices your handhelds are, but it looks
like you can use GetTimeZoneInformation/SetTimeZoneInformation APIs to
Get/Set the timezone on your devices.
There is more information in the document:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcesdkr/htm
l/wcesdkrsettimezoneinformation.asp

Jimmy Zhu
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only. Thanks.
 
Back
Top