开发者

want to change the System time zone on selection of time zone from drop down list

开发者 https://www.devze.com 2023-03-03 06:04 出处:网络
I want to change the System time Zone on changing the time Zone selected by user in my 开发者_开发知识库Application.

I want to change the System time Zone on changing the time Zone selected by user in my 开发者_开发知识库Application.

 DropDownList2.DataSource = TimeZoneInfo.GetSystemTimeZones();
 DropDownList2.DataBind();

How can I change it?


Have a look at this question. Hope this helps.

0

精彩评论

暂无评论...
验证码 换一张
取 消