Timezone and Regional Settings

  • Thread starter Thread starter Thore Berntsen
  • Start date Start date
T

Thore Berntsen

Can I query a device and it's timezone and regional settings? I guess that
there is some kind of id, and I also would like the text descriping the
timezone/regional settings.

And finally can I set the timezone and regionalsettings in my CF program? I
yes, how?

Thore Berntsen
Norway
 
Thore,

Take a look at CultureInfo class and the DateTimeFormatInfo class in .NET
CF. You may find these are of help.

I query these classes for settings in C# but rely on the initial setting set
by the user using the Regional Settings in Start > Settings > System on the
Pocket PC.

Regards,
Neville Lang
 
I tried to post a file with some code but it didn't make it
send me an email if you want me to send it to you
I made a component witch sync the time from an ntp server and sets the
timezone and time on device.

eric[@]westgen.com

regards
 
Back
Top