M
MDB
I just ran the registry changes for the daylight savings changes and changed
the date and time to 1:59 AM on 3/11/07 and when the time hit 2:00 it didn't
change. In order for the time to change to 3:00 like it should, I have to
apply the reg fix and then manually change the time zone and then exit and
then change it back. So my question is, how can I do this pragmatically? I
tried using the opennetcf by calling the code below however, it still
wouldn't work.
OpenNETCF.Web.Services2.TimeZone.TIME_ZONE_INFORMATION originaltz =
OpenNETCF.Web.Services2.TimeZone.GetTimeZoneInfo();
OpenNETCF.Web.Services2.TimeZone.SetTimeZoneInfo(originaltz);
the date and time to 1:59 AM on 3/11/07 and when the time hit 2:00 it didn't
change. In order for the time to change to 3:00 like it should, I have to
apply the reg fix and then manually change the time zone and then exit and
then change it back. So my question is, how can I do this pragmatically? I
tried using the opennetcf by calling the code below however, it still
wouldn't work.
OpenNETCF.Web.Services2.TimeZone.TIME_ZONE_INFORMATION originaltz =
OpenNETCF.Web.Services2.TimeZone.GetTimeZoneInfo();
OpenNETCF.Web.Services2.TimeZone.SetTimeZoneInfo(originaltz);