i need to get std time zone name by time zone using c#..
for ex if i give +05.30.0 means it will show std indian time zone…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The TimeZone has a StandardName property.
Please refer to the examples at the |MSDN.
Edit: if all you want are the timezone names, then you can use the workaround underlined here. Also, check this class for easy manipulation of timezones.