Timezone

  • Thread starter Thread starter Elisa
  • Start date Start date
E

Elisa

Hi,

Because the .NET framework misses a "Set Time Zone" function, we need to
P/Invoke the SetTimeZoneInformation function directly. Now, there
doesn't seem to be any way to retrieve a list of "known" time zones, so
the only thing you can do is create your own TIME_ZONE_INFORMATION
structure. But: won't that interfere with the "Clock" functionality on
the WCE control panel?


Regards,

Elisa
 
Back
Top