Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
Disable prompt for local time zone
posted

 

How can I get rid of the local time zone prompt that comes when we first run the silverlight application?

I have tried the following option, however not sure what should be the value set for LocalTimeZoneId?

dataManager.PromptForLocalTimeZone =

 

PromptForLocalTimeZone.Never;

dataConnector.TimeZoneInfoProvider.LocalTimeZoneId =

 

"??";

Please help....