I have a small question?
windows forms C#.net
if we enter different country names in text box displays current time in label in windows forms c#.net.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Siva SankarPosted Apr 27, 2015, 8:12 AM
If you wants the Countries code,then please write the below code..
CultureInfo[] cinfo = CultureInfo.GetCultures(CultureTypes.AllCultures & ~CultureTypes.NeutralCultures);
Response.Write("
foreach (CultureInfo cul in cinfo)
{
Response.Write("
Response.Write("
Response.Write("
}
Response.Write("
Siva SankarPosted Apr 27, 2015, 8:02 AM
Please go through the below link.It may useful to you.
http://www.codedigest.com/CodeDigest/210-Convert-DateTime-to-Different-TimeZone-in-C---ASP-Net.aspx
Anurag SarkarPosted Apr 27, 2015, 7:34 AM
What do you want to do ?